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

Public Attributes

InnerAction action
 

Member Function Documentation

◆ operator Action< R() [1/2]

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

◆ operator Action< R() [2/2]

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

Member Data Documentation

◆ action

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

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