PrevUpHomeNext

Function template paragraphs

boost::text::v1::paragraphs

Synopsis

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


template<code_point_iter I, std::sentinel_for< I > S> 
  unspecified paragraphs(I first, S last);

Description

Returns a view of the code point ranges delimiting paragraphs in [first, last).


PrevUpHomeNext