|
ICU 77.1
77.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 1653 of file uset.h.
References operator==().
|
inline |
Definition at line 1656 of file uset.h.
References uset_getString().
|
inline |
Pre-increment.
Definition at line 1670 of file uset.h.
Referenced by U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator++().
|
inline |
|
inline |
Definition at line 1644 of file uset.h.
Referenced by operator!=(), and U_HEADER_ONLY_NAMESPACE::USetElementIterator::operator!=().
1.8.5