template<typename Key, typename T, typename Compare = std::less<Key>, typename Allocator = std::allocator<std::pair<const Key, T>>>
struct Container::SequencialMap< Key, T, Compare, Allocator >::SerializeManipulator
Stream manipulator for serialization and deserialization.
template<typename Key , typename T , typename Compare = std::less<Key>, typename Allocator = std::allocator<std::pair<const Key, T>>>
template<typename Stream >
Output stream operator for serialization.
- Template Parameters
-
Stream | Must support serialization of type Key and T . |
- Parameters
-
out | Output stream. |
manip | Manipulator for SequencialMap to serialize. |
- Returns
- Stream&
out
stream itself.
- See also
- serialize