A C++11 shim for std::any. Uses std::any when used in C++17 mode. More...
#include <type_traits>
#include <cras_cpp_common/external/any-lite/any.hpp>
Go to the source code of this file.
Classes | |
struct | cras::is_any< T > |
Type trait determining whether type T is cras::any or not. More... | |
struct | cras::is_any<::cras::any > |
Type trait determining whether type T is cras::any or not. More... | |
Namespaces | |
cras | |
A C++11 shim for std::any. Uses std::any when used in C++17 mode.
Definition in file any.hpp.