Xmipp  v3.23.11-Nereus
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 1331 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 1337 of file gmock-actions.h.

1337  {
1338  return function_impl();
1339  }

Member Data Documentation

◆ function_impl

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

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


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