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