userver: http::headers::header_map::MapEntry Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
http::headers::header_map::MapEntry Class Referencefinal

Detailed Description

Definition at line 307 of file header_map.hpp.

Public Member Functions

 MapEntry (std::string &&key, std::string &&value)
 
 MapEntry (const MapEntry &other)
 
MapEntryoperator= (const MapEntry &other)
 
 MapEntry (MapEntry &&other) noexcept
 
MapEntryoperator= (MapEntry &&other) noexcept
 
std::pair< const std::string, std::string > & Get ()
 
const std::pair< const std::string, std::string > & Get () const
 
std::pair< std::string, std::string > & GetMutable ()
 
bool operator== (const MapEntry &other) const
 

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