MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / operator()

Method operator()

include/fplus/benchmark_session.hpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 template <typename... Args>
95 auto operator()(Args&&... args)
96 {
97 return _bench_result(std::forward<Args>(args)...);
98 }
99
100 private:
101 template <typename... Args>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected