Typedef Catch::FunctionReturnType

Typedef Documentation

template<typename Func, typename ...U>
using Catch::FunctionReturnType = typename std::remove_reference<typename std::remove_cv<typename std::result_of<Func(U...)>::type>::type>::type