template <typename T>
struct RemoveConstFromKey
Defined at line 409 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h
A type transform to remove constness from the first part of a pair.
Pairs like that are used as the value_type of associative containers,
and this transform produces a similar but assignable pair.