Support Class Library
A set of tools providing classes and utility
|
Class that exposes custom logic for reading a file line by line for use with std::istream_iterator. More...
#include "istream.h"
Public Types | |
using | stream_type = std::basic_istream< Char, Traits > |
using | string_type = std::basic_string< Char, Traits > |
Friends | |
stream_type & | operator>> (stream_type &is, ByLine &line) |
Class that exposes custom logic for reading a file line by line for use with std::istream_iterator.
Char | being the type of characters |
Traits | being the traits of the type of characters |
using scl::stream::creators::details::ByLine< Char, Traits >::stream_type = std::basic_istream<Char, Traits> |
using scl::stream::creators::details::ByLine< Char, Traits >::string_type = std::basic_string<Char, Traits> |
|
friend |