Definition at line 307 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 |