Support Class Library
A set of tools providing classes and utility
|
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... | |
Implementation details of creators.
scl::stream::creators::details::iterator_value_type |
A type alias for the value type from the iterator traits.
Definition at line 17 of file stl_iterators.h.