Search code examples
Convert `std::any` to `std::variant`...

c++c++17variant

Read More
Inno Setup: Iterate through array of type Variant (from OleObject)...

inno-setupolevariantpascalscriptiis-metabase

Read More
Class with data member that can be one of two types...

c++classtemplatesvariantany

Read More
General questions about std::variant...

c++coding-stylec++17variant

Read More
Prefer std::string in std::variant<bool, std::string> for const char *...

c++type-conversionc++17implicit-conversionvariant

Read More
Why does my variant return a value not equal to what it was assigned?...

c++variant

Read More
Sending and receiving arrays over COM...

c++comvariantsafearray

Read More
Default constructing an std::variant from index...

c++templatesc++17template-meta-programmingvariant

Read More
How to return multiple values in an Array - Excel VBA...

arraysexcelvbavariant

Read More
Get the value of a variant, which itself could be another variant...

c++c++17template-meta-programmingvariantalgebraic-data-types

Read More
Can't query semi-structured data using lateral flatten etc...

snowflake-cloud-data-platformflattenvariant

Read More
How to deal with pointless methods for types contained in a variant in c++ 17...

c++variantvisitor-pattern

Read More
Can you store a LongLong in a Variant?...

vba32bit-64bitvariant

Read More
Lose reference to std::variant object after changing its type...

c++arraysvariant

Read More
QT: Connect a signal with a fundamental type in its signature to a slot with QVariant in its signatu...

c++qtsignals-slotsvariantqtwidgets

Read More
In C++ how does one multiply an iterator of a vector which contains std::variant elements? Doing a c...

c++castingiteratorc++17variant

Read More
VBA: Run through a 2D Variant Array deleting rows...

arraysexcelvbavariant

Read More
About how the alternative is selected on variant construction with a single argument?...

c++initializationlanguage-lawyervariant

Read More
Is there an way to avoid writing constructors for all the types in a std::variant class member?...

c++constructorc++17variant

Read More
How to directly access to what's in VARIANT variables in C++?...

c++windowsvariant

Read More
How to stream std::variant<...,...>...

c++streamc++17variant

Read More
Snowflake: Merge query: expecting VARIANT but got VARCHAR(3038) for column...

mergesqlalchemyodbcsnowflake-cloud-data-platformvariant

Read More
How do I use serde to deserialize into a specific enum variant?...

enumsrustvariantserde

Read More
variant of functions with different return types...

c++variantstd-function

Read More
How to create a variant of re-sizeable and fixed size containers...

c++stlc++17unionsvariant

Read More
Is it ok to use std::variant of std::variants...

c++variant

Read More
Using std::variant in constructor initialization list...

c++stdvariant

Read More
How to merge variant column data from two different tables in snowflake...

jsonmergesnowflake-cloud-data-platformvariant

Read More
Why can I not retrieve the index of a variant and use that to get its content?...

c++c++17variant

Read More
"Invalid conversion" error when visiting a variant of functions...

c++c++17variant

Read More
BackNext