Support Class Library
A set of tools providing classes and utility
Namespaces | Functions
stl_containers.h File Reference
#include <scl/stream/details/deprecation.h>
#include <scl/stream/creators/stl_iterators.h>
#include <scl/macros.h>
#include <scl/tools/meta/meta.hpp>

Go to the source code of this file.

Namespaces

 scl
 Global namespace of the SCL.
 
 scl::stream
 Namespace of the stream API.
 
 scl::stream::creators
 Namespace for functions and utilities that create streams (lazy)
 

Functions

template<class C , class It = typename C::iterator>
Stream< typename details::FromStlIterator< It >::value_type > scl::stream::creators::streamFrom (C &container)
 Create a stream from a container. More...