PrevUpHomeNext

Struct u16_boundary

boost::unicode::u16_boundary

Synopsis

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


struct u16_boundary {
  // types
  typedef char16 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-16 code units.

u16_boundary public member functions

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

PrevUpHomeNext