PrevUpHomeNext

Function template at_paragraph_break

boost::text::v1::at_paragraph_break

Synopsis

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


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

Description

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


PrevUpHomeNext