NDDEM
Namespaces | Functions
list.hpp File Reference

Support for types found in <list> More...

#include "cereal/cereal.hpp"
#include <list>

Go to the source code of this file.

Namespaces

 cereal
 in certain simple scenarios. They should probably not be used if maximizing performance is the main objective.
 

Functions

template<class Archive , class T , class A >
void cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::list< T, A > const &list)
 Saving for std::list. More...
 
template<class Archive , class T , class A >
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::list< T, A > &list)
 Loading for std::list. More...
 

Detailed Description

Support for types found in <list>