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

Detailed Description

Definition at line 36 of file reply.hpp.

Public Member Functions

 View (ReplyData &key_data, ReplyData &value_data) noexcept
 
std::string & Key () noexcept
 
std::string & Value () noexcept
 

Constructor & Destructor Documentation

◆ View()

storages::redis::ReplyData::MovableKeyValues::View::View ( ReplyData key_data,
ReplyData value_data 
)
inlinenoexcept

Definition at line 38 of file reply.hpp.

Member Function Documentation

◆ Key()

std::string & storages::redis::ReplyData::MovableKeyValues::View::Key ( )
inlinenoexcept

Definition at line 40 of file reply.hpp.

◆ Value()

std::string & storages::redis::ReplyData::MovableKeyValues::View::Value ( )
inlinenoexcept

Definition at line 41 of file reply.hpp.


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