MCPcopy Create free account
hub / github.com/NVIDIA/stdexec / emplace

Method emplace

include/exec/create.hpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 {
29 template <class _Fun>
30 void emplace(_Fun&& __fun) noexcept(__nothrow_callable<_Fun>)
31 {
32 static_cast<_Fun&&>(__fun)();
33 }
34 };
35
36 template <class _Receiver, class _Args>

Callers 15

beforeMethod · 0.45
beforeMethod · 0.45
beforeMethod · 0.45
beforeMethod · 0.45
beforeMethod · 0.45
_retryMethod · 0.45
startMethod · 0.45
my_mainFunction · 0.45
_retryMethod · 0.45
startMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected