Fcitx
Public Types | Public Member Functions | List of all members
fcitx::utf8::UTF8StringViewIter< Iter > Class Template Reference

Public Types

using iterator_category = std::input_iterator_tag
 
using value_type = std::string_view
 
using difference_type = std::ptrdiff_t
 
using reference = const value_type &
 
using pointer = const value_type *
 

Public Member Functions

 UTF8StringViewIter (Iter iter, Iter end)
 
reference operator* () const
 
pointer operator-> () const
 
size_t charLength () const
 
uint32_t chr () const
 
UTF8StringViewIteroperator++ ()
 
UTF8StringViewIter operator++ (int)
 
bool operator== (const UTF8StringViewIter &other)
 
bool operator!= (const UTF8StringViewIter &other)
 

Detailed Description

template<typename Iter>
class fcitx::utf8::UTF8StringViewIter< Iter >

Definition at line 233 of file utf8.h.


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