A range object that returns line_iterators. More...
Public Member Functions | |
| line_reader (std::basic_istream< CharT, Traits > &in) noexcept | |
| line_iterator< CharT, Traits > | begin () noexcept |
| line_iterator< CharT, Traits > | end () noexcept |
A range object that returns line_iterators. This shouldn't be used directly and instead should be used with lines.
| CharT | Underlying character type. |
| Traits | Underlying character traits type. |