|
NDDEM
|
Support for types found in <stack> More...
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. | |
| cereal::stack_detail | |
Functions | |
| template<class T , class C > | |
| C const & | cereal::stack_detail::container (std::stack< T, C > const &stack) |
| Allows access to the protected container in stack. More... | |
| template<class Archive , class T , class C > | |
| void | cereal::CEREAL_SAVE_FUNCTION_NAME (Archive &ar, std::stack< T, C > const &stack) |
| Saving for std::stack. More... | |
| template<class Archive , class T , class C > | |
| void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::stack< T, C > &stack) |
| Loading for std::stack. More... | |
Support for types found in <stack>