PrevUpHomeNext

Function template sentences

boost::text::v1::sentences

Synopsis

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


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

Description

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


PrevUpHomeNext