GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
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
 
template<typename... Args>
void operator() (const Args &... args) const
 

Public Attributes

I1 first
 
I2 last
 

Member Function Documentation

◆ operator()() [1/2]

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

◆ operator()() [2/2]

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

Member Data Documentation

◆ first

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

◆ last

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

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