Lab_1 0.1.1
Matrix Library
Loading...
Searching...
No Matches
testing::internal::ReturnAction< R > Class Template Referencefinal

Public Member Functions

 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: