DIY  3.0
data-parallel out-of-core C++ library
 All Classes Namespaces Functions Typedefs Groups Pages
Public Types | Static Public Member Functions | List of all members
diy::Serialization< std::tuple< Args...> > Struct Template Reference

Public Types

typedef std::tuple< Args...> Tuple
 

Static Public Member Functions

static void save (BinaryBuffer &bb, const Tuple &t)
 
template<std::size_t I = 0>
static std::enable_if< I==sizeof...(Args),
void >::type 
save (BinaryBuffer &, const Tuple &)
 

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