template <typename key_type>
struct TransparentSupport
Defined at line 212 of file ../../third_party/protobuf/src/google/protobuf/map.h
Default case: Not transparent.
We use std::hash
<key
_type>/std::less
<key
_type> and all the lookup functions
only accept `key_type`.
Public Methods
bool Equals (const key_type & a, const key_type & b)
Defined at line 219 of file ../../third_party/protobuf/src/google/protobuf/map.h
ViewType ToView (const key_type & v)
Defined at line 226 of file ../../third_party/protobuf/src/google/protobuf/map.h