Typedef Catch::Benchmark::TimingOf

Typedef Documentation

template<typename Func, typename ...Args>
using Catch::Benchmark::TimingOf = Timing<Detail::CompleteType_t<FunctionReturnType<Func, Args...>>>