Alexandria  2.16
Please provide a description of the project.
Static Public Member Functions | List of all members
boost::serialization::Load< 0 > Struct Template Reference

#include <tuple.h>

Static Public Member Functions

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

Detailed Description

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

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

Definition at line 111 of file tuple.h.

Member Function Documentation

◆ load()

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

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

Definition at line 114 of file tuple.h.


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