GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
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())
 
template<typename... Args>
auto operator() (const Args &...) -> decltype(function_impl())
 

Public Attributes

FunctionImpl function_impl
 

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

Member Data Documentation

◆ function_impl

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

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