ICU 76.1
76.1
|
C++ "range" for iterating over the code point ranges of a USet. More...
#include <uset.h>
Public Member Functions | |
USetRanges (const USet *uset) | |
Constructs a C++ "range" object over the code point ranges of the USet. More... | |
USetRanges (const USetRanges &other)=default | |
USetRangeIterator | begin () const |
USetRangeIterator | end () const |
C++ "range" for iterating over the code point ranges of a USet.
C++ UnicodeSet has member functions for iteration, including ranges().
|
inline |
|
default |
|
inline |
|
inline |