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::Save< 0 > Struct 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.
 

Detailed Description

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

Definition at line 70 of file tuple.h.

Member Function Documentation

◆ save()

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 73 of file tuple.h.


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