PrevUpHomeNext

Function template line

boost::text::v1::line

Synopsis

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


template<code_point_iter I, std::sentinel_for< I > S> 
  utf32_view< I > line(I first, I it, S last);

Description

Returns the bounds of the line (using hard line breaks) that it lies within.


PrevUpHomeNext