ICU 76.1 76.1
|
A C++ "range" for iterating over all of the elements of a USet. More...
#include <uset.h>
Public Member Functions | |
USetElements (const USet *uset) | |
Constructs a C++ "range" object over all of the elements of the USet. | |
USetElements (const USetElements &other)=default | |
USetElementIterator | begin () const |
USetElementIterator | end () const |
A C++ "range" for iterating over all of the elements of a USet.
Convenient all-in one iteration, but creates a std::u16string for each code point or string.
Code points are returned first, then empty and multi-character strings.
C++ UnicodeSet has member functions for iteration, including begin() and end().
|
inline |
Constructs a C++ "range" object over all of the elements of the USet.
Definition at line 1877 of file uset.h.
References uset_getRangeCount(), and uset_getStringCount().
Referenced by USetElements().
|
default |
References USetElements().
|
inline |
|
inline |