Support Class Library
A set of tools providing classes and utility
|
#include <scl/stream/details/deprecation.h>
#include <set>
#include <scl/stream/Stream.h>
#include <scl/stream/details/iterator/EndStreamIterator.h>
Go to the source code of this file.
Classes | |
class | scl::stream::terminators::pack::details::SetPacker< T, Compare, Allocator > |
Class that allows packing to a std::set. More... | |
struct | scl::stream::terminators::pack::details::to_set_toolbox |
Tag type to pack into a std::set w/ default template parameters. More... | |
struct | scl::stream::terminators::pack::details::to_set_toolbox_alloc< Compare, Allocator > |
Tag type to pack into a std::set w/ control over template parameters. More... | |
Namespaces | |
scl | |
Global namespace of the SCL. | |
scl::stream | |
Namespace of the stream API. | |
scl::stream::terminators | |
Namespace for stream terminal/final operations (eager) | |
scl::stream::terminators::pack | |
A namespace for packing operations (getting a result as a container) | |
scl::stream::terminators::pack::details | |
Implementation details for packing operations. | |
Functions | |
details::to_set_toolbox | scl::stream::terminators::pack::toSet () |
Terminator for packing into a set. More... | |
template<class T > | |
pack::details::SetPacker< T >::result_type | scl::stream::terminators::operator| (const Stream< T > &lhs, const pack::details::to_set_toolbox &_) |
Pipe operator for packing into a set. More... | |
template<class T , class Compare , class Allocator > | |
pack::details::SetPacker< T >::result_type | scl::stream::terminators::operator| (const Stream< T > &lhs, const pack::details::to_set_toolbox_alloc< Compare, Allocator > &_) |
Pipe operator or packing into a set using a specific allocator and comparator. More... | |