|
Support Class Library
A set of tools providing classes and utility
|
A namespace for packing operations (getting a result as a container) More...
Namespaces | |
| details | |
| Implementation details for packing operations. | |
Functions | |
| details::to_set_toolbox | toSet () |
| Terminator for packing into a set. More... | |
| details::to_vector_toolbox | toVector () |
| Terminator that packs into a vector. More... | |
A namespace for packing operations (getting a result as a container)
| details::to_set_toolbox_alloc< Compare, Allocator > scl::stream::terminators::pack::toSet | ( | ) |
Terminator for packing into a set.
Terminator for packing into a set w/ a specific comparator and allocator.
| Compare | being the comparator type |
| Allocator | being the allocator type |
| details::to_vector_toolbox_alloc< Allocator > scl::stream::terminators::pack::toVector | ( | ) |
Terminator that packs into a vector.
Terminator that packs into a vector w/ a specific allocator.
Definition at line 71 of file toVector.h.
1.8.13