|
Alexandria
2.16
Please provide a description of the project.
|
#include <tuple>#include <type_traits>#include <memory>#include <boost/serialization/split_free.hpp>Go to the source code of this file.
Classes | |
| struct | boost::serialization::Save< N > |
| struct | boost::serialization::Save< 0 > |
| struct | boost::serialization::Load< N > |
| struct | boost::serialization::Load< 0 > |
Namespaces | |
| boost | |
| boost::serialization | |
Functions | |
| template<typename Archive , typename... Args> | |
| void | boost::serialization::save (Archive &ar, const std::tuple< Args... > &t, const unsigned int version) |
| template<typename Archive , typename... Args> | |
| void | boost::serialization::load (Archive &ar, std::tuple< Args... > &t, const unsigned int version) |
| template<typename Archive , typename... Args> | |
| void | boost::serialization::serialize (Archive &ar, std::tuple< Args... > &t, const unsigned int version) |
Definition in file tuple.h.
1.8.14