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

Method get_i_with_capture

test/exec/test_function.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215 }
216
217 exec::function<int() noexcept> get_i_with_capture() const noexcept
218 {
219 return exec::function<int() noexcept>([this]() noexcept { return just_i(); });
220 }
221
222 exec::function<int(impl const *) noexcept> get_i_with_pmfn() const noexcept
223 {

Callers 1

test_function.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected