|
ICU 78.3 78.3
|
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. | |
| USetStringIterator | operator++ (int) |
| Post-increment. | |
Friends | |
| class | USetStrings |
|
default |
References USetStringIterator().
Referenced by operator!=(), operator++(), operator++(), operator==(), and USetStringIterator().
|
inline |
Definition at line 1648 of file uset.h.
References operator==(), and USetStringIterator().
|
inline |
|
inline |
Pre-increment.
Definition at line 1665 of file uset.h.
References USetStringIterator().
|
inline |
Post-increment.
Definition at line 1674 of file uset.h.
References USetStringIterator().
|
inline |
Definition at line 1639 of file uset.h.
References USetStringIterator().
Referenced by operator!=().