Template Function sequant::detail::timed_eval_inplace

Function Documentation

template<typename F, typename ...Args>
log::Duration sequant::detail::timed_eval_inplace(F &&fun, Args&&... args)

Invokes fun that returns void on the arguments args and returns the time duration as std::chrono::duration<double>.