|
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.
|
|
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>