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

Public Types

using iterator_category = typename Iter::iterator_category
 
using value_type = typename Iter::value_type::first_type
 
using difference_type = typename Iter::difference_type
 
using reference = typename Iter::value_type::first_type &
 
using pointer = typename Iter::value_type::first_type *
 

Public Member Functions

 KeyIterator (Iter iter)
 
bool operator== (const KeyIterator &other) const noexcept
 
bool operator!= (const KeyIterator &other) const noexcept
 
KeyIteratoroperator++ ()
 
KeyIterator operator++ (int)
 
reference operator* ()
 
pointer operator-> ()
 

Detailed Description

template<typename Iter>
class fcitx::KeyIterator< Iter >

Definition at line 51 of file misc.h.


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