|
ICU 76.1
76.1
|
Iterator returned by USetStrings. More...
#include <uset.h>
Public Member Functions | |
| USetStringIterator (const USetStringIterator &other)=default | |
| bool | operator== (const USetStringIterator &other) const |
| bool | operator!= (const USetStringIterator &other) const |
| std::u16string_view | operator* () const |
| USetStringIterator & | operator++ () |
| Pre-increment. More... | |
| USetStringIterator | operator++ (int) |
| Post-increment. More... | |
Friends | |
| class | USetStrings |
Iterator returned by USetStrings.
|
default |
Referenced by U_HEADER_ONLY_NAMESPACE::USetStrings::begin(), and U_HEADER_ONLY_NAMESPACE::USetStrings::end().
|
inline |
Definition at line 1652 of file uset.h.
References operator==().
|
inline |
Definition at line 1655 of file uset.h.
References uset_getString().
|
inline |
Pre-increment.
Definition at line 1669 of file uset.h.
Referenced by U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator++().
|
inline |
|
inline |
Definition at line 1643 of file uset.h.
Referenced by operator!=(), and U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator!=().
1.8.5