load_visitor< T > Struct Template Reference
Inheritance diagram for load_visitor< T >:

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)
 

Detailed Description


template
<
typename
T
>

struct cereal::load_visitor< T >

Definition at line 68 of file pointer_variant_wrapper.hpp.

Member Function Documentation

◆ load()

static void load ( Archive &  ar,
VariantType &  variant 
)
inlinestatic

Definition at line 89 of file pointer_variant_wrapper.hpp.

◆ load_impl() [1/2]

static void load_impl ( Archive &  ar,
VariantType &  variant,
std::true_type   
)
inlinestatic

Definition at line 71 of file pointer_variant_wrapper.hpp.

References save_visitor< Archive >::ar, and CEREAL_POINTER.

◆ load_impl() [2/2]

static void load_impl ( Archive &  ar,
VariantType &  value,
std::false_type   
)
inlinestatic

The documentation for this struct was generated from the following file: