Typedef Catch::FunctionReturnType

Typedef Documentation

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