|
ICU 77.1 77.1
|
C++ "range" for iterating over the code point ranges of a USet. More...
#include <uset.h>
Public Member Functions | |
| USetRanges (const USet *pUset) | |
| 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 1614 of file uset.h.
References uset_getRangeCount().
Referenced by USetRanges().
|
default |
References USetRanges().
|
inline |
|
inline |