class USetRangeIterator

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

Iterator returned by USetRanges.

ICU 76

Public Methods

void USetRangeIterator (const USetRangeIterator & other)

ICU 76

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

bool operator== (const USetRangeIterator & other)

ICU 76

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

bool operator!= (const USetRangeIterator & other)

ICU 76

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

CodePointRange operator* ()

ICU 76

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

USetRangeIterator & operator++ ()

Pre-increment.

ICU 76

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

USetRangeIterator operator++ (int )

Post-increment.

ICU 76

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

Friends

class USetRanges