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

Method operator()

include/fplus/timed.hpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110 : _fn(fn) {};
111 template <typename... Args>
112 auto operator()(Args&&... args)
113 {
114 return _timed_result(std::forward<Args>(args)...);
115 }
116
117 private:
118 template <typename... Args>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected