#include <boost/serialization/throw_exception.hpp>
#include <variant>
#include <boost/archive/archive_exception.hpp>
#include <boost/serialization/split_free.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/nvp.hpp>
#include <boost/serialization/tracking.hpp>
Go to the source code of this file.
|
template<class Archive , class... Types> |
void | boost::serialization::load (Archive &ar, std::variant< Types... > &v, const unsigned int version) |
|
template<class Archive , class... Types> |
void | boost::serialization::save (Archive &ar, std::variant< Types... > const &v, unsigned int) |
|
template<class Archive > |
void | boost::serialization::serialize (Archive &ar, std::monostate &, const unsigned int) |
|
template<class Archive , class... Types> |
void | boost::serialization::serialize (Archive &ar, std::variant< Types... > &v, const unsigned int file_version) |
|