PrevUpHomeNext

Function template lines

boost::text::v1::lines

Synopsis

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


template<code_point_iter I, std::sentinel_for< I > S> 
  unspecified lines(I first, S last, allowed_breaks_t);

Description

Returns a view of the code point ranges delimiting allowed lines in [first, last).


PrevUpHomeNext