Alexandria
2.16
Please provide a description of the project.
|
#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... | |
Class which defines the end of the recursion when saving the elements of a tuple in a boost archive.
|
inlinestatic |