This structure is used for representing boundary point that follows the offset.
More...
#include <boost/locale/boundary/facets.hpp>
This structure is used for representing boundary point that follows the offset.
◆ break_info() [1/2]
boost::locale::boundary::break_info::break_info |
( |
| ) |
|
|
inline |
Create empty break point at beginning
◆ break_info() [2/2]
boost::locale::boundary::break_info::break_info |
( |
size_t |
v | ) |
|
|
inline |
Create empty break point at offset v. it is useful for order comparison with other points.
◆ operator<()
bool boost::locale::boundary::break_info::operator< |
( |
break_info const & |
other | ) |
const |
|
inline |
Compare two break points' offset. Allows to search with standard algorithms over the index.
◆ offset
size_t boost::locale::boundary::break_info::offset |
Offset from the beginning of the text where a break occurs.
◆ rule
rule_type boost::locale::boundary::break_info::rule |
The identification of this break point according to various break types
The documentation for this struct was generated from the following file: