hpx/serialization/std_tuple.hpp

See Public API for a list of names and headers that are part of the public HPX API.

namespace hpx
namespace serialization

Functions

template<typename Archive, typename ...Ts>
void serialize(Archive &ar, std::tuple<Ts...> &t, unsigned int version)
template<typename Archive>
void serialize(Archive&, std::tuple<>&, unsigned int)