Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::detail::Utf8CodePointIterator< Iter, Sentinel > Class Template Reference

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 Utf8CodePointIteratoroperator++ ()
 
constexpr Utf8CodePointIterator operator++ (int)
 
constexpr Utf8CodePointIteratoroperator-- ()
 
constexpr Utf8CodePointIterator operator-- (int)
 
constexpr bool operator== (const Utf8CodePointIterator &other) const
 
constexpr Utf8CodePointIterator (Iter start, Iter it, Sentinel end)
 

Member Typedef Documentation

◆ iterator_category

template<std::input_iterator Iter, std::sentinel_for< Iter > Sentinel>
using inviwo::detail::Utf8CodePointIterator< Iter, Sentinel >::iterator_category
Initial value:
std::conditional_t<std::bidirectional_iterator<Iter>, std::bidirectional_iterator_tag,
std::forward_iterator_tag>

The documentation for this class was generated from the following file: