Support Class Library
A set of tools providing classes and utility
Classes | Namespaces | Functions
array.h File Reference
#include <scl/stream/details/deprecation.h>
#include <array>
#include <scl/stream/details/iterator/BaseStreamIterator.h>
#include <scl/stream/details/payload.h>
#include <scl/tools/make/make.hpp>

Go to the source code of this file.

Classes

class  scl::stream::creators::details::FromArrayIterator< T, N >
 Creator for std::array. More...
 

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)
 
 scl::stream::creators::details
 Implementation details of creators.
 

Functions

template<class T , size_t N>
Stream< T > scl::stream::creators::streamFrom (std::array< T, N > a)
 Create an scl::stream::Stream from a std::array. More...