Typedef Catch::FunctionReturnType

Typedef Documentation

template<typename Func, typename ...U>
using Catch::FunctionReturnType = std::remove_reference_t<std::remove_cv_t<std::result_of_t<Func(U...)>>>