- 3.0.1 core module.
testing::internal::InvokeWithoutArgsAction< FunctionImpl > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

template<typename... Args>
auto operator() (const Args &...) -> decltype(function_impl())
 

Public Attributes

FunctionImpl function_impl
 

Member Function Documentation

template<typename FunctionImpl >
template<typename... Args>
auto testing::internal::InvokeWithoutArgsAction< FunctionImpl >::operator() ( const Args &  ...) -> decltype(function_impl())
inline

Member Data Documentation

template<typename FunctionImpl >
FunctionImpl testing::internal::InvokeWithoutArgsAction< FunctionImpl >::function_impl

The documentation for this struct was generated from the following file: