PrevUpHomeNext

Struct word_prop_callable

boost::text::word_prop_callable

Synopsis

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


struct word_prop_callable {

  // public member functions
  word_property operator()(uint32_t) const;
};

Description

A callable type that returns the next word_property for the given code point cp. This is the default used with the word breaking functions.

word_prop_callable public member functions

  1. word_property operator()(uint32_t cp) const;

PrevUpHomeNext