ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/serialization/split_free.hpp>
#include <optional>
Go to the source code of this file.
Namespaces | |
namespace | boost |
namespace | boost::serialization |
Functions | |
template<class Archive , class T > | |
void | boost::serialization::save (Archive &ar, std::optional< T > const &opt, unsigned int const) |
template<class Archive , class T > | |
void | boost::serialization::load (Archive &ar, std::optional< T > &opt, unsigned int const) |
template<class Archive , class T > | |
void | boost::serialization::serialize (Archive &ar, std::optional< T > &opt, unsigned int const version) |