Lab_1 0.1.1
Matrix Library
Loading...
Searching...
No Matches
testing::internal::DoAllAction< InitialAction, OtherActions... > Class Template Reference
Inheritance diagram for testing::internal::DoAllAction< InitialAction, OtherActions... >:
testing::internal::DoAllAction< OtherActions... >

Classes

struct  UserConstructorTag
 

Public Member Functions

template<typename T , typename... U>
 DoAllAction (UserConstructorTag, T &&initial_action, U &&... other_actions)
 
template<typename R , typename... Args, typename std::enable_if< conjunction< std::is_convertible< InitialAction, OnceAction< void(InitialActionArgType< Args >...)> >, std::is_convertible< Base, OnceAction< R(Args...)> > >::value , int , ::type = 0>
 operator OnceAction< R (Args...)>() &&
 
template<typename R , typename... Args, typename std::enable_if< conjunction< std::is_convertible< const InitialAction &, Action< void(InitialActionArgType< Args >...)> >, std::is_convertible< const Base &, Action< R(Args...)> > >::value , int , ::type = 0>
 operator Action< R (Args...)>() const
 

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