Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Action< F >::IgnoreArgs< FunctionImpl > Struct Template Reference

Public Member Functions

template<typename... Args>
Result operator() (const Args &...) const
 

Public Attributes

FunctionImpl function_impl
 

Detailed Description

template<typename F>
template<typename FunctionImpl>
struct Action< F >::IgnoreArgs< FunctionImpl >

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

Member Function Documentation

◆ operator()()

template<typename F>
template<typename FunctionImpl>
template<typename... Args>
Result testing::Action< F >::IgnoreArgs< FunctionImpl >::operator() ( const Args & ...) const
inline

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

Member Data Documentation

◆ function_impl

template<typename F>
template<typename FunctionImpl>
FunctionImpl testing::Action< F >::IgnoreArgs< FunctionImpl >::function_impl

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


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