class USetRangeIterator

Defined at line 1525 of file ../../third_party/icu/latest/source/common/unicode/uset.h

Iterator returned by USetRanges.

ICU 76

Public Methods

void USetRangeIterator (const USetRangeIterator & other)

ICU 76

Defined at line 1528 of file ../../third_party/icu/latest/source/common/unicode/uset.h

bool operator== (const USetRangeIterator & other)

ICU 76

Defined at line 1531 of file ../../third_party/icu/latest/source/common/unicode/uset.h

bool operator!= (const USetRangeIterator & other)

ICU 76

Defined at line 1540 of file ../../third_party/icu/latest/source/common/unicode/uset.h

CodePointRange operator* ()

ICU 76

Defined at line 1543 of file ../../third_party/icu/latest/source/common/unicode/uset.h

USetRangeIterator & operator++ ()

Pre-increment.

ICU 76

Defined at line 1559 of file ../../third_party/icu/latest/source/common/unicode/uset.h

USetRangeIterator operator++ (int )

Post-increment.

ICU 76

Defined at line 1568 of file ../../third_party/icu/latest/source/common/unicode/uset.h

Friends

class USetRanges