Support Class Library
A set of tools providing classes and utility
Classes | Typedefs
scl::stream::creators::details Namespace Reference

Implementation details of creators. More...

Classes

struct  ByLine
 Class that exposes custom logic for reading a file line by line for use with std::istream_iterator. More...
 
struct  ByLineIterator
 istream iterator for reading line by line with conversion to std::basic_string More...
 
class  FromArrayIterator
 Creator for std::array. More...
 
class  FromStlIterator
 Creator for an iterator-based range. More...
 
class  RangeCreator
 Creator for a numeric range. More...
 

Typedefs

template<class It >
using iterator_value_type = typename std::iterator_traits< It >::value_type
 A type alias for the value type from the iterator traits. More...
 

Detailed Description

Implementation details of creators.

Typedef Documentation

◆ iterator_value_type

A type alias for the value type from the iterator traits.

Definition at line 17 of file stl_iterators.h.