Search code examples
How can I use type-safe unions (variants) inside a class with template functions?...

c++templatestype-conversionunionsvariant

Read More
Old-school Pascal question about how to cast variant record function parameters properly...

parameterscastingpascalvariant

Read More
How to define a variant<x,y,z> extracting subtypes of a template parameter...

c++c++17template-meta-programmingstate-machinevariant

Read More
How to copy an element of std::variant to a variable of another variant-type...

c++c++17variant

Read More
(VariantCopy) does VARIANT have default-copy function, or do i have to write copy-function & ove...

windowsmfccomvariant

Read More
Extensible state machines in Haskell...

haskellvariantfsm

Read More
Erroneous conversion of Cardinal to OleVariant. UInt64 is ok...

delphitypesvariantunsigned-integer

Read More
Use std::variant as class member and apply visitor...

c++stdvariant

Read More
Using subclass of std::unique_ptr with std::variant...

c++c++11c++17unique-ptrvariant

Read More
Can a variant array have 0 elements?...

arraysdelphivariant

Read More
Insert copied row in excel based on row's cell data, then populate cells based on parts of row&#...

excelsplitconcatenationcellvariant

Read More
how to convert com instance to variant, to pass it in idispach invoke...

c++comactivexvariantidispatch

Read More
Ada -- Array of queues of unconstrained objects results in Storage_Error -- How to resolve?...

arraysgenericscontainersadavariant

Read More
Function with Variant Parameter...

functiondelphivarianttadoquery

Read More
usage differences between _variant_t, COleVariant, CComVariant, and VARIANT and using SAFEARRAY vari...

c++comadoatlvariant

Read More
Getting active value in std::visit without knowing which value is active...

c++c++17variant

Read More
How to Pass Negative Integer to COM/OLE Function?...

c++mfccomatlvariant

Read More
Return type std::optional<std::variant<...>>...

c++option-typec++17variant

Read More
Remove_if with vector containing variants...

c++c++17variant

Read More
Why do exhaustiveness checks work differently for union types?...

typescriptvariantdiscriminated-union

Read More
Get BigCommerce product option variantId...

productbigcommercevariant

Read More
(C++, boost::variant) Datatype of boost variant map and performing mathematical operation over it...

c++dictionaryboostvariant

Read More
overload [] operator to return a variant type...

c++operator-overloadingvariant

Read More
Why "=" operator results True when comparing varEmpty with a zero evalued varInteger?...

delphioperatorsdelphi-2007variant

Read More
static_assert that a type is among a std::variant's accepted types...

c++metaprogrammingc++17variant

Read More
std::variant modification in constexpr...

c++c++17constexprvariant

Read More
How to display the variant of an image with Active Storage in a JS box?...

ruby-on-railsvariantrails-activestorage

Read More
Why does this get_index implementation fail on VS2017?...

c++visual-studiovisual-studio-2017c++17variant

Read More
VBA - Unintentionally creating an array within an array...

arraysexcelvbavariantjagged-arrays

Read More
How to sum over an array of variant using a visitor?...

c++c++17variadic-templatestemplate-meta-programmingvariant

Read More
BackNext