|
using | iterator_category = std::input_iterator_tag |
|
using | value_type = T |
|
using | difference_type = std::ptrdiff_t |
|
using | reference = value_type & |
|
using | pointer = value_type * |
|
|
| iterator (typename container_type::const_iterator iter, typename container_type::const_iterator end) |
|
bool | operator== (const iterator &other) const noexcept |
|
bool | operator!= (const iterator &other) const noexcept |
|
iterator & | operator++ () |
|
iterator | operator++ (int) |
|
reference | operator* () |
|
pointer | operator-> () |
|
template<typename T>
class fcitx::HandlerTableView< T >::iterator
Definition at line 112 of file handlertable_details.h.
The documentation for this class was generated from the following file: