Tomographer  v5.3
Tomographer C++ Framework Documentation
boost::serialization::serialize_tuple_helper< Archive, TupleArgs > Struct Template Reference

Static Public Member Functions

template<int I, ENABLED_IF( I< sizeof...(TupleArgs)) >
static void go (Archive &a, std::tuple< TupleArgs... > &tuple, const unsigned int version)
 
template<int I, ENABLED_IF( I >=sizeof...(TupleArgs)) >
static void go (Archive &, std::tuple< TupleArgs... > &, const unsigned int)
 

Detailed Description

template<typename Archive, typename... TupleArgs>
struct boost::serialization::serialize_tuple_helper< Archive, TupleArgs >

Definition at line 779 of file cxxutil.h.


The documentation for this struct was generated from the following file: