![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <boost/serialization/split_free.hpp>#include <cstddef>#include <stdexcept>#include <utility>#include <variant>
Include dependency graph for variant.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::serialization |
Functions | |
| template<class Archive , class... Ts> | |
| void | boost::serialization::save (Archive &ar, std::variant< Ts... > const &obj, unsigned const) |
| template<class Archive , class... Ts> | |
| void | boost::serialization::load (Archive &ar, std::variant< Ts... > &obj, unsigned const) |
| template<class Archive , class... Ts> | |
| void | boost::serialization::serialize (Archive &ar, std::variant< Ts... > &obj, unsigned const version) |