|
| template<typename AnyType , typename Visitors > |
| static void | visit_any (Visitors &&visitors, AnyType &&a) |
| |
| template<typename Visitors , typename AnyType , typename... ArgTypes> |
| static void | apply_to_any (Visitors &&visitor, AnyType &&any, ArgTypes &&... args) |
| |
| template<typename AnyType , typename VariantType > |
| static void | any_to_variant (const AnyType &any, VariantType &var) |
| |
template<typename Type, typename... Types>
struct tpf::types::st_process_any< type_list_t< Type, Types... > >
Definition at line 453 of file tpf_any.hpp.