tesseract v5.3.3.20231005
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 938 of file gmock-actions.h.

Member Function Documentation

◆ operator()()

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

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

944 {
945 return function_impl();
946 }

Member Data Documentation

◆ function_impl

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

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


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