Template Struct InvokeMethodAction
Defined in File gmock-actions.h
Struct Documentation
-
template<class Class, typename MethodPtr>
struct InvokeMethodAction Public Functions
- template<typename... Args> inline auto operator() (Args &&... args) const -> decltype((obj_ptr-> *method_ptr)(std::forward< Args >(args)...))