List Question
20 TechQA 2023-11-06T11:54:05.317000Casting std::any to std::tuple
134 views
Asked by ilarcangelo
Interaction between std::optional<std::any> and has_value()
200 views
Asked by Daniel Tyebkhan
correct way to store a pointer to member function inside std::any
260 views
Asked by Oersted
C++ cast std::any to base class without knowing derived class type
507 views
Asked by Gamaray
Is it possible to store and retrieve a container (e.g. std::vector) in an std::any variable?
190 views
Asked by Dennix
Is there a way to access the internal pointer of std::any using std::any_cast?
653 views
Asked by andir
Why does std::function::operator= in C++ always construct and not assign object?
118 views
Asked by Redstone1024
Creating a vector of the type of std::any
340 views
Asked by Atharva Dubey
Does C++ standard guarantee such kinds of indirect access well defined?
131 views
Asked by Home of the Brave
Upcasting through std::any
442 views
Asked by joergbrech
std::any_cast without needing the type of the original object
1.5k views
Asked by Bfyuvf
Cant cout item in container with std::any
311 views
Asked by Bfyuvf
Shared_ptr of casted object becomes empty after casting
186 views
Asked by Jinsong Li
C++ std::any function that convert std::any of C char-array to string
1k views
Asked by Huy Le
C++ std::any how to check if type of std::any is vector
1.3k views
Asked by Huy Le
C++ polymorphism factory How to build function object from its string name and map of parameter
224 views
Asked by Huy Le
Rust: How to Match against Any
1.1k views
Asked by Blue7
How to gtest / gmock function accepting std::experimental::any argument?
190 views
Asked by Honey Sukesan
binary comparison not defined when using map<any,any>
104 views
Asked by greatusername
Transfer data from library to upper level and then back without naming it inbetween
77 views
Asked by tester