PrevUpHomeNext

Function template paragraph

boost::text::v1::paragraph

Synopsis

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


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

Description

Returns the bounds of the paragraph that it lies within.


PrevUpHomeNext