template <typename Callable>

struct IgnoreIncomingArguments

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

An adaptor that makes a callable that accepts zero arguments callable with

our mocked arguments.

Public Members

Callable callable

Public Methods

internal::call_result_t<Callable> operator() (Args &&... )

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