Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
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
 

Detailed Description

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

Definition at line 937 of file gmock-actions.h.

Member Function Documentation

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

Definition at line 943 of file gmock-actions.h.

Member Data Documentation

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

Definition at line 938 of file gmock-actions.h.


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