Typedef Catch::Benchmark::TimingOf

Typedef Documentation

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