Search code examples
c++ compilation failure of ambiguity related to implicit conversion...

c++operator-keywordboost-any

Read More
Access a type in a variadic template by index...

c++c++11variadic-templatesdecltypeboost-any

Read More
Using std::memcpy to copy an object that contains a boost::any data member...

c++undefined-behaviormemcpyboost-any

Read More
Can I avoid all this multiples try/catch...

c++c++11boost-any

Read More
Template cast operator and boost::any or std::any...

c++templatesboostboost-any

Read More
boost::any how to check for a null/undefined value...

c++boosttypesnullboost-any

Read More
boost::any confusion with pointers vs values...

c++boostboost-any

Read More
C++ Templates access a function with different types...

c++c++11boostboost-variantboost-any

Read More
Boost::any not empty when used from a pointer...

c++boostboost-any

Read More
boost::any with structs and unsigned ints...

c++c++11boostunsigned-integerboost-any

Read More
Is it possible to use boost::any or boost::variant with a boost::pool?...

c++boostboost-variantboost-any

Read More
Using Eigen::LLT within a templated function...

c++c++11templateseigenboost-any

Read More
Why does this type erasure implementation (simplified boost:any) gives segmentation fault?...

c++boost-anyboost-type-erasure

Read More
std::unordered_map<boost::any, boost::any> throws annoying compile errors...

c++c++11boostunordered-mapboost-any

Read More
How do I get the name of the type currently held by an `any`?...

c++reflectionc++17type-erasureboost-any

Read More
Does C++11 standard provide something like boost::any?...

c++c++11boostboost-anystdany

Read More
Type checking of std::map of keys and/or values of type boost::any?...

c++boostboost-any

Read More
Different key type in a map...

c++boostboost-any

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

c++templatesboost-variantboost-preprocessorboost-any

Read More
C++: How to create a vector storing vectors of any type?...

c++boostvectorboost-any

Read More
Compare boost::any contents...

c++boostboost-any

Read More
Does boost::any need RTTI?...

c++performanceboostrttiboost-any

Read More
boost::any_cast and std::optional's...

c++option-typeboost-any

Read More
How do boost::variant and boost::any work?...

c++unionsboost-variantboost-any

Read More
Generic function to convert boost::any to boost::variant...

c++templatesboostboost-variantboost-any

Read More
Boost.Any vs. Boost.Variant...

c++boostboost-variantboost-any

Read More
Type un-erasure from a boost::program_options value...

c++templatesboost-program-optionsboost-any

Read More
template copy constructor in boost::any...

c++boost-any

Read More
How to get a const reference to data held by boost::any?...

c++boostconstantsboost-any

Read More
Boost MSM, transition won't happen despite boost::any being used as an event...

booststate-machineboost-anyboost-msm

Read More
BackNext