Sacado Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Private Member Functions | List of all members
testing::internal::DoAllAction< Actions > Struct Template Reference

#include <gmock-actions.h>

Public Member Functions

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

Public Attributes

std::tuple< Actions... > actions
 

Private Member Functions

template<typename... Args, size_t... I>
std::vector< Action< void(Args...)> > Convert (IndexSequence< I... >) const
 

Detailed Description

template<typename... Actions>
struct testing::internal::DoAllAction< Actions >

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

Member Function Documentation

◆ Convert()

template<typename... Actions>
template<typename... Args, size_t... I>
std::vector< Action< void(Args...)> > testing::internal::DoAllAction< Actions >::Convert ( IndexSequence< I... > ) const
inlineprivate

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

◆ operator Action< R()

template<typename... Actions>
template<typename R , typename... Args>
testing::internal::DoAllAction< Actions >::operator Action< R ( Args... ) const
inline

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

Member Data Documentation

◆ actions

template<typename... Actions>
std::tuple<Actions...> testing::internal::DoAllAction< Actions >::actions

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


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