template <class Class, typename MethodPtr>
struct InvokeMethodAction
Defined at line 1323 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h
Implements the Invoke(object_ptr,
&Class
::Method) action.
Public Members
Class *const obj_ptr
const MethodPtr method_ptr
Public Methods
template <typename... Args>
decltype((this->obj_ptr ->* this->method_ptr)(std::forward<Args>(args)...)) operator() (Args &&... args)
Defined at line 1328 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h