Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelenOS/helenos
/ invoke
Function
invoke
uspace/lib/cpp/include/__bits/functional/functional.hpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
45
template<class F, class... Args>
46
decltype(auto) invoke(F&& f, Args&&... args)
47
{
48
return aux::INVOKE(forward<F>(f),forward<Args>(args)...);
49
}
50
51
/**
52
* 20.9.11, member function adaptors:
Callers
4
async_shared_state
Method · 0.85
invoke_
Method · 0.85
operator()
Method · 0.85
make_ready_at_thread_exit
Method · 0.85
Calls
1
INVOKE
Function · 0.85
Tested by
no test coverage detected