PrevUpHomeNext

Function template paragraphs

boost::text::v1::paragraphs

Synopsis

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


template<code_point_range R> unspecified paragraphs(R && r);

Description

Returns a view of the code point ranges delimiting paragraphs in r. The result is returned as a borrowed_view_t in C++20 and later.

Returns a view of the grapheme ranges delimiting paragraphs in r. The result is returned as a borrowed_view_t in C++20 and later.


PrevUpHomeNext