Alexandria 2.32.0
SDC-CH common library for the Euclid project
Loading...
Searching...
No Matches
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>
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: