Static Public Member Functions | |
template < typename Archive , typename VariantType > | |
static void | load (Archive &ar, VariantType &variant) |
template < typename Archive , typename VariantType > | |
static void | load_impl (Archive &ar, VariantType &variant, std::true_type) |
template < typename Archive , typename VariantType > | |
static void | load_impl (Archive &ar, VariantType &value, std::false_type) |
Definition at line 68 of file pointer_variant_wrapper.hpp.
|
inlinestatic |
Definition at line 89 of file pointer_variant_wrapper.hpp.
|
inlinestatic |
Definition at line 71 of file pointer_variant_wrapper.hpp.
References save_visitor< Archive >::ar, and CEREAL_POINTER.
|
inlinestatic |
Definition at line 80 of file pointer_variant_wrapper.hpp.
References save_visitor< Archive >::ar, and cereal::make_pointer_variant().