PrevUpHomeNext

Function template sentence

boost::text::v1::sentence

Synopsis

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


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

Description

Returns the bounds of the sentence that it lies within.


PrevUpHomeNext