ASPiK SDK
|
Public Types | |
using | CodePoint = value_type |
Public Member Functions | |
UTF8CodePointIterator (const UTF8CodePointIterator &o) noexcept | |
UTF8CodePointIterator (const BaseIterator &iterator) noexcept | |
UTF8CodePointIterator & | operator++ () noexcept |
UTF8CodePointIterator & | operator-- () noexcept |
UTF8CodePointIterator | operator++ (int) noexcept |
UTF8CodePointIterator | operator-- (int) noexcept |
bool | operator== (const UTF8CodePointIterator &other) const noexcept |
bool | operator!= (const UTF8CodePointIterator &other) const noexcept |
CodePoint | operator* () const noexcept |
BaseIterator | base () const noexcept |