Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cutdigital/mcut
/ function_wrapper
Method
function_wrapper
include/mcut/internal/tpool.h:75–78 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
public:
74
template <typename F>
75
function_wrapper(F&& f)
76
: impl(new impl_type<F>(std::move(f)))
77
{
78
}
79
80
void operator()() { impl->call(); }
81
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected