template <typename ArgType, typename ResType>

struct CallableTraits

Defined at line 2258 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

Specialization for function pointers.

Public Methods

void CheckIsValid (ResType (*)(ArgType) f)

Defined at line 2263 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h

template <typename T>
ResType Invoke (ResType (*)(ArgType) f, T arg)

Defined at line 2268 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-matchers.h