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::SetArrayArgumentAction< k, I1, I2 > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

template<typename... Args>
void operator() (const Args &...args) const
 

Public Attributes

I1 first
 
I2 last
 

Detailed Description

template<size_t k, typename I1, typename I2>
struct testing::internal::SetArrayArgumentAction< k, I1, I2 >

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

Member Function Documentation

template<size_t k, typename I1 , typename I2 >
template<typename... Args>
void testing::internal::SetArrayArgumentAction< k, I1, I2 >::operator() ( const Args &...  args) const
inline

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

Member Data Documentation

template<size_t k, typename I1 , typename I2 >
I1 testing::internal::SetArrayArgumentAction< k, I1, I2 >::first

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

template<size_t k, typename I1 , typename I2 >
I2 testing::internal::SetArrayArgumentAction< k, I1, I2 >::last

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


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