Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in stdany

Checking std::any's type without RTTI

c++ types rtti stdany

Inconsistency in the constructors of `std::tuple` when using `std::any` elements

c++ c++20 stdtuple stdany

std::any_cast without needing the type of the original object

c++ casting std stdany anycast

Upcasting through std::any

c++ c++17 std stdany

Why does an std::any_cast of a passed std::any inside a dlopen'd function raise an error

c++ scons c++17 dlopen stdany

Is it possible to store a reference in a std::any?

c++ c++17 std stdany

C++: check if the value stored in std::any is integral

c++ c++20 stdany

What is the difference between `auto` and `std::any`?

c++ c++17 auto stdany

How can I design storage that conforms to the standard's implementation of std::any?

c++ c++14 stdany

Using C++17 'any' with Xcode 8.1

c++ c++17 stdany

Move only type adapting std::any with dummy copy constructor is safe?

c++ c++17 move stdany

Is there any way to cast a std::any containing a derived pointer to a base pointer, without knowing the derived type?

c++ stdany

`std::any_cast` returns a copy

c++ c++17 stdany

find an element in std::vector of std::any

c++ c++17 stdany

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

c++ c++11 boost boost-any stdany

C++ std::map holding ANY type of value

c++ templates stl stdmap stdany