template <typename T, typename = void>
struct KeyForBaseImpl
Defined at line 197 of file ../../third_party/protobuf/src/google/protobuf/map.h
To save on binary size and simplify generic uses of the map types we collapse
signed/unsigned versions of the same sized integer to the unsigned version.