PrevUpHomeNext

Function template at_sentence_break

boost::text::v1::at_sentence_break

Synopsis

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


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

Description

Returns true iff it is at the beginning of a sentence, or it == last.


PrevUpHomeNext