userver: http::headers::header_map::MapEntry Class Reference
Loading...
Searching...
No Matches
http::headers::header_map::MapEntry Class Referencefinal

Detailed Description

Definition at line 320 of file header_map.hpp.

Public Member Functions

 MapEntry (std::string &&key, std::string &&value)
 MapEntry (const MapEntry &other)
MapEntry & operator= (const MapEntry &other)
 MapEntry (MapEntry &&other) noexcept
MapEntry & operator= (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: