Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dobiasd/FunctionalPlus
/ timed_function_impl
Method
timed_function_impl
include/fplus/timed.hpp:63–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
class timed_function_impl {
62
public:
63
explicit timed_function_impl(Fn fn)
64
: _fn(fn) {};
65
template <typename... Args>
66
auto operator()(Args&&... args)
67
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected