|
ICU 78.3
78.3
|
C++ "range" for iterating over the code points of a USet. More...
#include <uset.h>
Public Member Functions | |
| USetCodePoints (const USet *pUset) | |
| 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 |
1.8.14