Support Class Library
A set of tools providing classes and utility
Namespaces | Functions
scl::stream::terminators::pack Namespace Reference

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

Detailed Description

A namespace for packing operations (getting a result as a container)

Function Documentation

◆ toSet()

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.

Returns
a toolbox tag for pipe operator
Template Parameters
Comparebeing the comparator type
Allocatorbeing the allocator type
Returns
a toolbox tag for pipe operator

Definition at line 79 of file toSet.h.

◆ toVector()

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.

Returns
the appropriate type tag

Definition at line 71 of file toVector.h.