class USetStringIterator

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

Iterator returned by USetStrings.

ICU 76

Public Methods

void USetStringIterator (const USetStringIterator & other)

ICU 76

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

bool operator== (const USetStringIterator & other)

ICU 76

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

bool operator!= (const USetStringIterator & other)

ICU 76

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

std::u16string_view operator* ()

ICU 76

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

USetStringIterator & operator++ ()

Pre-increment.

ICU 76

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

USetStringIterator operator++ (int )

Post-increment.

ICU 76

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

Friends

class USetStrings