Support Class Library
A set of tools providing classes and utility
|
Implementation details for packing operations. More...
Classes | |
class | SetPacker |
Class that allows packing to a std::set. More... | |
struct | to_set_toolbox |
Tag type to pack into a std::set w/ default template parameters. More... | |
struct | to_set_toolbox_alloc |
Tag type to pack into a std::set w/ control over template parameters. More... | |
struct | to_vector_toolbox |
Tag type to pack into a vector w/ default template parameters. More... | |
struct | to_vector_toolbox_alloc |
Tag type to pack into a vector w/ control over the allocator. More... | |
class | VectorPacker |
Class that allows packing to a std::vector. More... | |
Implementation details for packing operations.