Typedef Catch::Benchmark::Detail::run_for_at_least_argument_t
Defined in File catch_amalgamated.hpp
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>