mrdocs::SplitLinesView
A lazy input range of std::string_view lines split on all known line breaks.
Synopsis
Declared in <mrdocs/Support/SplitLines.hpp>
struct SplitLinesView
: std::ranges::view_interface<SplitLinesView>
Member Functions
Name |
Description |
|
Constructors |
Return an iterator to the first line. |
|
Return the end sentinel for the view. |
|
Subscript operators |
|
Conversion operators |
Data Members
Name |
Description |
Underlying string to split. |
Created with MrDocs