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

Method operator()

include/fplus/timed.hpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 : _fn(fn) {};
65 template <typename... Args>
66 auto operator()(Args&&... args)
67 {
68 return _timed_result(std::forward<Args>(args)...);
69 }
70
71 private:
72 template <typename... Args>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected