PrevUpHomeNext

Struct u8_boundary

boost::unicode::u8_boundary

Synopsis

// In header: <boost/unicode/utf_codecs.hpp>


struct u8_boundary {
  // types
  typedef char input_type;

  // public member functions
  template<typename In> bool operator()(In, In, In);
};

Description

Model of BoundaryChecker that tells whether a position lies on a code point boundary within a range of UTF-8 code units.

u8_boundary public member functions

  1. template<typename In> bool operator()(In begin, In end, In pos);

PrevUpHomeNext