PrevUpHomeNext

Struct untailored_word_break

boost::text::untailored_word_break

Synopsis

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


struct untailored_word_break {

  // public member functions
  bool operator()(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t) const;
};

Description

A callable type that always says that there should not be a tailored word break immediately before its third parameter. This is the default used with the word breaking functions.

untailored_word_break public member functions

  1. bool operator()(uint32_t, uint32_t, uint32_t, uint32_t, uint32_t) const;

PrevUpHomeNext