cereal
A C++11 library for serialization
|
Support for boost::variant. More...
#include "cereal/cereal.hpp"
#include <boost/variant/variant_fwd.hpp>
#include <boost/variant/static_visitor.hpp>
Go to the source code of this file.
Classes | |
struct | cereal::boost_variant_detail::variant_save_visitor< Archive > |
struct | cereal::boost_variant_detail::LoadAndConstructLoadWrapper< Archive, T > |
struct | cereal::boost_variant_detail::load_variant_wrapper< boost::detail::variant::void_ > |
Avoid serializing variant void_ type. More... | |
struct | cereal::boost_variant_detail::load_variant_wrapper< T > |
Macros | |
#define | CEREAL_CONSTEXPR_LAMBDA constexpr |
Support for boost::variant.