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::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 testing::Action< F >::IgnoreArgs< FunctionImpl >

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

Member Function Documentation

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

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: