NDDEM
Namespaces | Functions
forward_list.hpp File Reference

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

#include "cereal/cereal.hpp"
#include <forward_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::forward_list< T, A > const &forward_list)
 Saving for std::forward_list all other types. More...
 
template<class Archive , class T , class A >
void cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::forward_list< T, A > &forward_list)
 Loading for std::forward_list all other types from. More...
 

Detailed Description

Support for types found in <forward_list>