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.
Synopsis
Declared in <bslfmt_formatterunicodedata.h>
struct GraphemeBreakCategoryRange;
Data Members
Name |
Description |
Grapheme break category of all codepoints in the range. |
|
Last codepoint in range. |
|
First codepoint in range. |
Created with MrDocs