![]() |
C++ Library Extensions 2022.12.09
To help learn modern C++ programming
|
#include <tpf_any.hpp>
Static Public Member Functions | |
template<typename AnyType > | |
static std::enable_if_t< is_constrained_any_v< remove_cv_ref_t< AnyType > >, std::string > | current_type (AnyType &&a) |
template<typename VariantType , typename AnyType > | |
static void | variant_to_any (const VariantType &var, AnyType &any) |
template<typename AnyType , typename VariantType > | |
static void | any_to_variant (const AnyType &any, VariantType &var) |
Definition at line 410 of file tpf_any.hpp.
|
inlinestatic |
Definition at line 440 of file tpf_any.hpp.
|
inlinestatic |
Definition at line 414 of file tpf_any.hpp.
|
inlinestatic |
Definition at line 428 of file tpf_any.hpp.