mrdocs::splitLines
Split a string view into lines, recognizing all common line breaks
Synopsis
Declared in <mrdocs/Support/SplitLines.hpp>
constexpr
auto
splitLines(std::string_view sv);
|
This function is defined as an Algorithm Function Object (AFO). |
Description
This is a convenience function for creating a SplitLinesView.
Created with MrDocs