This nested struct provides a container for storing a pair of codepoints that allows to specify a certain range within a list of codepoints and assign it a category.
Declared in <bslfmt_formatterunicodedata.h>
struct GraphemeBreakCategoryRange;
| Name | Description |
|---|---|
d_category | Grapheme break category of all codepoints in the range. |
d_end | Last codepoint in range. |
d_start | First codepoint in range. |