Template Function Catch::Benchmark::invoke_deoptimized

Function Documentation

template<typename Fn, typename ...Args>
inline auto Catch::Benchmark::invoke_deoptimized(Fn &&fn, Args&&... args) -> std::enable_if_t<!std::is_same<void, decltype(fn(args...))>::value>