class USetElementIterator

Defined at line 1750 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 1753 of file ../../third_party/icu/default/source/common/unicode/uset.h

bool operator== (const USetElementIterator & other)

ICU 77

Defined at line 1756 of file ../../third_party/icu/default/source/common/unicode/uset.h

bool operator!= (const USetElementIterator & other)

ICU 77

Defined at line 1765 of file ../../third_party/icu/default/source/common/unicode/uset.h

std::u16string operator* ()

ICU 77

Defined at line 1768 of file ../../third_party/icu/default/source/common/unicode/uset.h

USetElementIterator & operator++ ()

Pre-increment.

ICU 77

Defined at line 1787 of file ../../third_party/icu/default/source/common/unicode/uset.h

USetElementIterator operator++ (int )

Post-increment.

ICU 77

Defined at line 1812 of file ../../third_party/icu/default/source/common/unicode/uset.h

Friends

class USetElements