Alexandria  2.19
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Static Public Member Functions | List of all members
boost::serialization::Save< 0 > Struct Template Reference

#include <tuple.h>

Static Public Member Functions

template<typename Archive , typename... Args>
static void save (Archive &, const std::tuple< Args...> &, const unsigned int)
 This method does nothing. It exists to break the recursion. More...
 

Detailed Description

template<>
struct boost::serialization::Save< 0 >

Class which defines the end of the recursion when saving the elements of a tuple in a boost archive.

Definition at line 72 of file tuple.h.

Member Function Documentation

template<typename Archive , typename... Args>
static void boost::serialization::Save< 0 >::save ( Archive &  ,
const std::tuple< Args...> &  ,
const unsigned  int 
)
inlinestatic

This method does nothing. It exists to break the recursion.

Definition at line 75 of file tuple.h.


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