Search code examples
Why are there two variant class implementations in Boost?...


c++boostboost-variantboost-variant2

Read More
boost spirit x3 variant Recursive assignment problem...


c++recursive-datastructuresboost-variantboost-spirit-x3

Read More
boost spirint x3 phrase_parse confusion...


c++boost-spiritboost-variant

Read More
Get boost::variant's type index with boost::mpl...


c++boostboost-mplboost-variant

Read More
boost::variant comparison not working correctly with a nan value...


c++boost-variant

Read More
What does boost::has_nothrow_constructor actually do for boost::variant?...


c++boostboost-variant

Read More
Construct a std::variant out of a boost::variant...


c++boostvariantboost-variant

Read More
Updating boost::variant from boost 1.60 to boost 1.79...


c++boostboost-spiritboost-spirit-qiboost-variant

Read More
Using std::vector<boost::variant<...>> with Google Mock causes a compilation error...


c++c++11googlemockboost-variant

Read More
Is this visitor implementation correct?...


c++boostboost-variantstatic-visitor

Read More
why the below boost variant visitor code doesnt work...


c++boostboost-variantapply-visitor

Read More
Define boost variant type to pass explicitly empty values...


c++boostboost-variant

Read More
Error while trying to use the boost::variant - "No matching function for call"...


c++boostvariantboost-variantmlpack

Read More
boost::variant and polymorphism in c++11...


c++c++11boostboost-variant

Read More
Is it possible to create Boost multi_index MEM_FUN key extractors for a container of Boost variant?...


lambdaboost-variantboost-multi-indexextractorapply-visitor

Read More
boost::variant - why is "const char*" converted to "bool"?...


c++boostboost-variant

Read More
Composing boost::variant visitors for recursive variants...


boostboost-variant

Read More
What are the differences between std::variant and boost::variant?...


c++boostc++17variantboost-variant

Read More
Can boost variants safely be used with pointers to forward declared classes?...


c++boostboost-variant

Read More
Difference between std::optional and boost::optional when its value is a variant...


c++design-patternsboost-variantstate-patternboost-optional

Read More
Boost::variant with a object which references the same variant...


c++boost-variant

Read More
Is-braces-constructible type trait...


c++boosttype-traitsboost-variant

Read More
boost::variant apply static_visitor to certain types...


c++boostboost-variantstatic-visitor

Read More
How to change raw pointer to unique_ptr in container of pointers wrapped by boost::variant...


c++boostsmart-pointersboost-variant

Read More
Is it safe to serialize a raw boost::variant?...


c++serializationboostshared-memoryboost-variant

Read More
boost Serialisation on a variant containing boost::blank...


c++boostboost-serializationboost-variant

Read More
C++ Mutually Recursive Variant Type...


c++recursiontypesboost-variantmutual-recursion

Read More
Problem with the copy constructor of an class holden in boost::variant...


c++boostboost-variant

Read More
How to get currently held variant type, and define new variables of that type...


c++typesdecltypeboost-varianttypeid

Read More
Boost variant with custom type failing when using custom visitor (derived from boost::static_visitor...


c++boost-variant

Read More
BackNext