MCPcopy Create free account
hub / github.com/Dobiasd/FunctionalPlus / _timed_result

Method _timed_result

include/fplus/timed.hpp:119–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117 private:
118 template <typename... Args>
119 auto _timed_result(Args&&... args)
120 {
121 fplus::stopwatch timer;
122 _fn(std::forward<Args>(args)...);
123 return timer.elapsed();
124 }
125
126 Fn _fn;
127 };

Callers

nothing calls this directly

Calls 1

elapsedMethod · 0.45

Tested by

no test coverage detected