Function operator()
Synopsis
#include <include/internal/benchmark/detail/catch_benchmark_function.hpp>
void operator()(Chronometer meter) const
Description
No description yet.
Source
Lines 96-96 in include/internal/benchmark/detail/catch_benchmark_function.hpp.
void operator()(Chronometer meter) const { f->call(meter); }