#include <map.h>
Public Types | |
using | hash = std::hash< key_type > |
template<typename K > | |
using | key_arg = key_type |
using | less = std::less< key_type > |
Static Public Member Functions | |
static bool | Equals (const key_type &a, const key_type &b) |
Definition at line 201 of file third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf.internal::TransparentSupport< key_type >::hash = std::hash<key_type> |
Definition at line 202 of file third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf.internal::TransparentSupport< key_type >::key_arg = key_type |
Definition at line 208 of file third_party/protobuf/src/google/protobuf/map.h.
using google::protobuf.internal::TransparentSupport< key_type >::less = std::less<key_type> |
Definition at line 203 of file third_party/protobuf/src/google/protobuf/map.h.
|
inlinestatic |
Definition at line 205 of file third_party/protobuf/src/google/protobuf/map.h.