template <typename Functor>

struct CallableTraits

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

Type traits specifying various features of different functors for ResultOf.

The default template specifies features for functor objects.

Public Methods

void CheckIsValid (Functor )

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

template <typename T>
decltype(f(arg)) Invoke (Functor f, const T & arg)

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