![]() |
Inviwo 0.9.12-pre
Inviwo documentation
|
Public Types | |
| using | difference_type = std::ptrdiff_t |
| using | iterator_category |
| using | pointer = const char32_t* |
| using | reference = char32_t |
| using | value_type = char32_t |
Public Member Functions | |
| constexpr char32_t | operator* () const |
| constexpr Utf8CodePointIterator & | operator++ () |
| constexpr Utf8CodePointIterator | operator++ (int) |
| constexpr Utf8CodePointIterator & | operator-- () |
| constexpr Utf8CodePointIterator | operator-- (int) |
| constexpr bool | operator== (const Utf8CodePointIterator &other) const |
| constexpr | Utf8CodePointIterator (Iter start, Iter it, Sentinel end) |
| using inviwo::detail::Utf8CodePointIterator< Iter, Sentinel >::iterator_category |