PrevUpHomeNext

Function template at_allowed_line_break

boost::text::v1::at_allowed_line_break

Synopsis

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


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

Description

Returns true iff it is at the beginning of a line, or it == last.


PrevUpHomeNext