class USetElementIterator
Defined at line 1744 of file ../../third_party/icu/default/source/common/unicode/uset.h
Iterator returned by USetElements.
ICU 77
Public Methods
void USetElementIterator (const USetElementIterator & other)
ICU 77
Defined at line 1747 of file ../../third_party/icu/default/source/common/unicode/uset.h
bool operator== (const USetElementIterator & other)
ICU 77
Defined at line 1750 of file ../../third_party/icu/default/source/common/unicode/uset.h
bool operator!= (const USetElementIterator & other)
ICU 77
Defined at line 1759 of file ../../third_party/icu/default/source/common/unicode/uset.h
std::u16string operator* ()
ICU 77
Defined at line 1762 of file ../../third_party/icu/default/source/common/unicode/uset.h
USetElementIterator & operator++ ()
Pre-increment.
ICU 77
Defined at line 1781 of file ../../third_party/icu/default/source/common/unicode/uset.h
USetElementIterator operator++ (int )
Post-increment.
ICU 77
Defined at line 1806 of file ../../third_party/icu/default/source/common/unicode/uset.h
Friends
class USetElements