ICU 76.1 76.1
|
C++ "range" for iterating over the code points of a USet. More...
#include <uset.h>
Public Member Functions | |
USetCodePoints (const USet *uset) | |
Constructs a C++ "range" object over the code points of the USet. | |
USetCodePoints (const USetCodePoints &other)=default | |
USetCodePointIterator | begin () const |
USetCodePointIterator | end () const |
C++ "range" for iterating over the code points of a USet.
C++ UnicodeSet has member functions for iteration, including codePoints().
|
inline |
Constructs a C++ "range" object over the code points of the USet.
Definition at line 1433 of file uset.h.
References uset_getRangeCount().
Referenced by USetCodePoints().
|
default |
References USetCodePoints().
|
inline |
|
inline |