ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
optional.hpp File Reference
#include <boost/serialization/split_free.hpp>
#include <optional>
+ Include dependency graph for utils/include/utils/serialization/optional.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 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)