Public Types | |
| using | iterator_category = std::input_iterator_tag |
| using | difference_type = std::ptrdiff_t |
| using | value_type = View |
| using | reference = View |
| using | pointer = void |
Public Member Functions | |
| constexpr | Iterator (Array &array, std::size_t index) noexcept |
| Iterator & | operator++ () noexcept |
| Iterator | operator++ (int) noexcept |
| bool | operator== (const Iterator &r) const noexcept |
| bool | operator!= (const Iterator &r) const noexcept |
| View | operator* () const noexcept |
| using storages::redis::ReplyData::MovableKeyValues::Iterator::difference_type = std::ptrdiff_t |
| using storages::redis::ReplyData::MovableKeyValues::Iterator::iterator_category = std::input_iterator_tag |
| using storages::redis::ReplyData::MovableKeyValues::Iterator::pointer = void |
| using storages::redis::ReplyData::MovableKeyValues::Iterator::reference = View |
| using storages::redis::ReplyData::MovableKeyValues::Iterator::value_type = View |
|
inlineconstexprnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |