|
cereal
A C++11 library for serialization
|
Support for types found in <stack> More...
Go to the source code of this file.
Functions | |
| template<class T , class C > | |
| const C & | cereal::stack_detail::container (std::stack< T, C > const &stack) |
| Allows access to the protected container in stack. | |
| 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. | |
| template<class Archive , class T , class C > | |
| void | cereal::CEREAL_LOAD_FUNCTION_NAME (Archive &ar, std::stack< T, C > &stack) |
| Loading for std::stack. | |
Support for types found in <stack>
1.8.17