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. More... | |
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 |
|
default |
|
inline |
|
inline |