|
| ReturnAction (R value) |
|
template<typename U , typename... Args, typename = typename std::enable_if<conjunction< negation<std::is_same<void, U>>, negation<std::is_reference<U>>, std::is_convertible<R, U>, std::is_move_constructible<U>>::value>::type> |
| operator OnceAction< U (Args...)>() && |
|
template<typename U , typename... Args, typename = typename std::enable_if<conjunction< negation<std::is_same<void, U>>, negation<std::is_reference<U>>, std::is_convertible<const R&, U>, std::is_copy_constructible<U>>::value>::type> |
| operator Action< U (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