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. | |
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 |
Constructs a C++ "range" object over the code point ranges of the USet.
Definition at line 1613 of file uset.h.
References uset_getRangeCount().
Referenced by USetRanges().
|
default |
References USetRanges().
|
inline |
|
inline |