Pipe a contiguous character range into the adaptor.

Synopsis

Declared in <mrdocs/Support/SplitLines.hpp>

constexpr
auto
operator|(
    R&& r,
    SplitLinesAdaptor const& a);

Return Value

View over the lines in r.

Parameters

Name Description

r

Range to split.

a

SplitLines adaptor instance.

Created with MrDocs