PrevUpHomeNext

Function lines

boost::text::v1::lines

Synopsis

// In header: <boost/text/line_break.hpp>


unspecified lines(allowed_breaks_t);

Description

Returns a view adaptor that can combined with a code_point_range or grapheme_range r, as in r | lines(allowed_breaks).


PrevUpHomeNext