List Question
20 TechQA 2024-02-16T19:03:26.540000c++ compilation failure of ambiguity related to implicit conversion
107 views
Asked by user180574
Using std::memcpy to copy an object that contains a boost::any data member
281 views
Asked by tjwrona
What will be an efficient way of converting a std::vector<Boost::any> to a std::vector<float>
243 views
Asked by Wajih
Template cast operator and boost::any or std::any
713 views
Asked by alexbuisson
Understanding Boost::any with function parameters, pointers, and proper casting
128 views
Asked by striker
boost::any how to check for a null/undefined value
1.6k views
Asked by Tom
C++ Templates access a function with different types
180 views
Asked by Vali
Boost::any not empty when used from a pointer
400 views
Asked by Veda
boost::any with structs and unsigned ints
691 views
Asked by demogorgon
boost::unsafe_any_cast invalid non-null pointer when empty?
162 views
Asked by XectX
boost::any_cast to my custom class
290 views
Asked by XectX
Different behaviour if type is a reference
61 views
Asked by Aleph0
Is it possible to use boost::any or boost::variant with a boost::pool?
253 views
Asked by wizurd
How to implement a general pointer type in C++
2.8k views
Asked by John Z. Li
Using Eigen::LLT within a templated function
112 views
Asked by ad_ad
Why does this type erasure implementation (simplified boost:any) gives segmentation fault?
139 views
Asked by bone
How do I get the name of the type currently held by an `any`?
96 views
Asked by einpoklum
Type checking of std::map of keys and/or values of type boost::any?
138 views
Asked by abhiarora
Heterogeneous HashMap c++
187 views
Asked by sudhansh_
Comparator for boost::any underlying type
298 views
Asked by graham.reeds