Template Struct InvokeWithoutArgsAction
Defined in File gmock-actions.h
Struct Documentation
-
template<typename FunctionImpl>
struct InvokeWithoutArgsAction Public Functions
-
template<typename ...Args>
inline auto operator()(const Args&...) -> decltype(function_impl())
Public Members
-
FunctionImpl function_impl
-
template<typename ...Args>