template <class Class, typename MethodPtr>

struct InvokeMethodWithoutArgsAction

Defined at line 1352 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h

Implements the InvokeWithoutArgs(object_ptr,

&Class

::Method) action.

Public Members

Class *const obj_ptr
const MethodPtr method_ptr

Public Methods

template <typename... Args>
ReturnType operator() (const Args &... )

Defined at line 1360 of file ../../third_party/googletest/src/googlemock/include/gmock/gmock-actions.h