Struct now
Synopsis
#include <include/internal/benchmark/catch_clock.hpp>
template <typename Clock>
struct now
Description
No description yet.
Methods
operator() |
Source
Lines 29-34 in include/internal/benchmark/catch_clock.hpp.
template <typename Clock>
struct now {
TimePoint<Clock> operator()() const {
return Clock::now();
}
};