|
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:
- C:/Users/User/Desktop/AIP/lab1/lab1/out/build/x64-Debug/_deps/googletest-src/googlemock/include/gmock/gmock-actions.h