MCPcopy 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_stateMethod · 0.85
invoke_Method · 0.85
operator()Method · 0.85

Calls 1

INVOKEFunction · 0.85

Tested by

no test coverage detected