template <typename K, typename V>
struct RemoveConstFromKey
Defined at line 414 of file ../../third_party/googletest/src/googlemock/include/gmock/internal/gmock-internal-utils.h
Partially specialized to remove constness from std::pair
<const
K, V>.