PrevUpHomeNext

Function template allowed_line

boost::text::v1::allowed_line

Synopsis

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


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

Description

Returns the bounds of the smallest chunk of text that could be broken off into a line, searching from it in either direction.


PrevUpHomeNext