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::internal::WithArgsAction< InnerAction, I > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

template<typename R , typename... Args>
 operator Action<R (Args...)>() const
 

Public Attributes

InnerAction action
 

Detailed Description

template<typename InnerAction, size_t... I>
struct testing::internal::WithArgsAction< InnerAction, I >

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

Member Function Documentation

template<typename InnerAction , size_t... I>
template<typename R , typename... Args>
testing::internal::WithArgsAction< InnerAction, I >::operator Action<R ( Args...  ) const
inline

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

Member Data Documentation

template<typename InnerAction , size_t... I>
InnerAction testing::internal::WithArgsAction< InnerAction, I >::action

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


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