userver: http::headers::header_map::MapEntry Class Reference
Loading...
Searching...
No Matches
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: