| VSTGUI
    4.10
    Graphical User Interface Framework not only for VST plugins | 
| Public Types | |
| using | iterator_category = std::bidirectional_iterator_tag | 
| using | value_type = char32_t | 
| using | difference_type = ptrdiff_t | 
| using | pointer = char32_t * | 
| using | reference = char32_t & | 
| using | CodePoint = value_type | 
| Public Member Functions | |
| UTF8CodePointIterator ()=default | |
| 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 | 
| using CodePoint = value_type | 
| using difference_type = ptrdiff_t | 
| using iterator_category = std::bidirectional_iterator_tag | 
| using pointer = char32_t* | 
| using reference = char32_t& | 
| using value_type = char32_t | 
| 
 | default | 
| 
 | inlinenoexcept | 
| 
 | inlineexplicitnoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept | 
| 
 | inlinenoexcept |