Alexandria 2.31.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
boost::serialization::Load< 0 > Struct 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.
 

Detailed Description

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

Definition at line 115 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 118 of file tuple.h.


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