ICU 76.1 76.1
|
C++ "range" for iterating over the empty and multi-character strings of a USet. More...
#include <uset.h>
Public Member Functions | |
USetStrings (const USet *uset) | |
Constructs a C++ "range" object over the strings of the USet. | |
USetStrings (const USetStrings &other)=default | |
USetStringIterator | begin () const |
USetStringIterator | end () const |
C++ "range" for iterating over the empty and multi-character strings of a USet.
C++ UnicodeSet has member functions for iteration, including strings().
|
inline |
Constructs a C++ "range" object over the strings of the USet.
Definition at line 1721 of file uset.h.
References uset_getStringCount().
Referenced by USetStrings().
|
default |
References USetStrings().
|
inline |
|
inline |