TRIQS/TRIQS 4.0.0
Researching Interacting Quantum Systems
Loading...
Searching...
No Matches
tuple_serialize.hpp
#include <tuple>

Detailed Description

Boost.Serialization support for std::tuple.

Definition in file tuple_serialize.hpp.

Go to the source code of this file.

Functions

template<typename Archive, typename... Ts>
void boost::serialization::serialize (Archive &ar, std::tuple< Ts... > &t, const unsigned int version)
 Boost.Serialization entry point for std::tuple.