struct iterator

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

ICU 76

Public Members

UChar32 c

Public Methods

void iterator (UChar32 aC)

ICU 76

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

bool operator== (const iterator & other)

ICU 76

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

bool operator!= (const iterator & other)

ICU 76

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

UChar32 operator* ()

ICU 76

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

iterator & operator++ ()

Pre-increment.

ICU 76

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

iterator operator++ (int )

Post-increment.

ICU 76

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