Typedef Catch::Benchmark::Detail::run_for_at_least_argument_t

Typedef Documentation

template<typename Clock, typename Fun>
using Catch::Benchmark::Detail::run_for_at_least_argument_t = std::conditional_t<is_callable<Fun(Chronometer)>::value, Chronometer, int>