Template Function Catch::Benchmark::invoke_deoptimized(Fn&&, Args&&…)

Function Documentation

Warning

doxygenfunction: Unable to resolve function “Catch::Benchmark::invoke_deoptimized” with arguments (Fn&&, Args&&…) in doxygen xml output for project “catch_ros2 Doxygen Project” from directory: /tmp/ws/docs_build/catch_ros2/output_staging/generated/doxygen/xml. Potential matches:

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