Search code examples
How can I return a boost::variant made from a subset of the types contained in boost::varaint return...


c++boostvariantboost-variant

Read More
boost::variant usage...


c++variantboost-variant

Read More
Implicit operator overloading with boost::variant C++...


c++boostoperator-overloadingimplicit-conversionboost-variant

Read More
C++ Mutually Recursive Variant Type (Again)...


c++jsonboostboost-variant

Read More
Get item by index from boost::variant like it's possible with std::variant...


c++boostvariantboost-variant

Read More
Assign variant<A,B,C> from variant<C,B>?...


c++c++17boost-variant

Read More
Why is boost::recursive_wrapper not working in this case...


c++boost-spiritboost-spirit-qiboost-variantrecursive-datastructures

Read More
boost::variant gives wrong result when bool appears as possible type...


c++boostboost-variant

Read More
boost::variant implementation...


c++boostboost-variant

Read More
How to pass `boost::static_visitor` instances to functions...


c++templatesboostvisitor-patternboost-variant

Read More
How to use Boost Variant with struct objects C++...


c++booststructconditional-statementsboost-variant

Read More
Derive from `boost::static-visitor` to remove code duplication...


c++templatesboostboost-mplboost-variant

Read More
how to increase the number of types that can handled by boost::variant...


c++boostvariantboost-variant

Read More
boost::variant construction weirdness - its ctor accepts everything...


c++type-conversionboost-variant

Read More
How to simplify type generated by make_variant_over...


c++boostboost-mplboost-variant

Read More
Classify Types in Boost Variant using Visitor does not compile...


c++templatesgenericsboost-mplboost-variant

Read More
tree-like containers of boost::variant -- are there any drawbacks?...


c++dictionarysetboost-variant

Read More
C++, cast a vector<specific_type> to vector<boost::variant>...


c++vectorboostboost-variant

Read More
Boost Any to Boost Variant using Boost Preprocessor...


c++templatesboost-variantboost-preprocessorboost-any

Read More
Why doesn't this boost::variant::operator= call compile?...


c++boostcompiler-errorsvariantboost-variant

Read More
boost::spirit::karma output of string in quotation marks...


boostboost-spiritboost-variantboost-spirit-karma

Read More
string to Boolean expression is not working c++...


c++boost-spiritboost-variantboost-phoenix

Read More
How to retrieve a boost::variant value for a templated class...


c++c++11templatesboostboost-variant

Read More
Static Polymorphism for method and object selection in C++...


c++templatesmacrosboost-variantstatic-polymorphism

Read More
What is the equivalent of boost::variant in the C++ standard library?...


c++boostunionsvariantboost-variant

Read More
Using boost::visitor with a boost::variant of unique_ptr...


c++c++11boostunique-ptrboost-variant

Read More
Recursively defining and visiting a `boost::variant` using an `std::vector` containing an incomplete...


c++boostc++17libc++boost-variant

Read More
avoiding redundant code in boost::variant visitors...


c++boostboost-variantapply-visitor

Read More
boost::variant; std::unique_ptr and copy...


c++c++11unique-ptrboost-variant

Read More
Creating a new boost-variant type from given nested boost-variant type...


c++variadic-templatestemplate-meta-programmingboost-mplboost-variant

Read More
BackNext