userver: storages::redis::ReplyData::MovableKeyValues::Iterator Class Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
storages::redis::ReplyData::MovableKeyValues::Iterator Class Referencefinal

Your opinion will help to improve our service

Leave a feedback >

Detailed Description

Definition at line 48 of file reply.hpp.

Public Member Functions

constexpr Iterator (Array &array, std::size_t index) noexcept
 
Iteratoroperator++ () noexcept
 
bool operator!= (const Iterator &r) const noexcept
 
View operator* () noexcept
 

Constructor & Destructor Documentation

◆ Iterator()

constexpr storages::redis::ReplyData::MovableKeyValues::Iterator::Iterator ( Array &  array,
std::size_t  index 
)
inlineconstexprnoexcept

Definition at line 50 of file reply.hpp.

Member Function Documentation

◆ operator!=()

bool storages::redis::ReplyData::MovableKeyValues::Iterator::operator!= ( const Iterator r) const
inlinenoexcept

Definition at line 55 of file reply.hpp.

◆ operator*()

View storages::redis::ReplyData::MovableKeyValues::Iterator::operator* ( )
inlinenoexcept

Definition at line 56 of file reply.hpp.

◆ operator++()

Iterator & storages::redis::ReplyData::MovableKeyValues::Iterator::operator++ ( )
inlinenoexcept

Definition at line 51 of file reply.hpp.


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