PrevUpHomeNext

Struct combine_boundary

boost::unicode::combine_boundary

Synopsis

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


struct combine_boundary {
  // types
  typedef char32 input_type;

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

Description

combine_boundary public member functions

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

PrevUpHomeNext