This nested struct provides a container for storing a pair of codepoints that allows to specify a certain range within a list of codepoints.

Synopsis

Declared in <bslfmt_formatterunicodedata.h>

struct BooleanRange;

Data Members

Name

Description

d_end

Last codepoint in range.

d_start

First codepoint in range.

Created with MrDocs