cereal
A C++11 library for serialization
|
Support for boost::variant. More...
Go to the source code of this file.
Classes | |
struct | cereal::variant_detail::variant_save_visitor< Archive > |
Functions | |
template<int N, class Variant , class ... Args, class Archive > | |
std::enable_if< N==boost::mpl::size< typename Variant::types >::value, void >::type | cereal::variant_detail::load_variant (Archive &, int, Variant &) |
template<class Archive , typename VariantType1 , typename... VariantTypes> | |
void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, boost::variant< VariantType1, VariantTypes... > const &variant) |
Saving for boost::variant. | |
template<class Archive , typename VariantType1 , typename... VariantTypes> | |
void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, boost::variant< VariantType1, VariantTypes... > &variant) |
Loading for boost::variant. | |
Support for boost::variant.