class USetStringIterator

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

bool operator== (const USetStringIterator & other)

ICU 76

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

bool operator!= (const USetStringIterator & other)

ICU 76

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

std::u16string_view operator* ()

ICU 76

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

USetStringIterator & operator++ ()

Pre-increment.

ICU 76

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

USetStringIterator operator++ (int )

Post-increment.

ICU 76

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

Friends

class USetStrings