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

Method get_i_with_pmfn

test/exec/test_function.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 exec::function<int(impl const *) noexcept> get_i_with_pmfn() const noexcept
223 {
224 return exec::function<int(impl const *) noexcept>(this, &impl::just_i);
225 }
226
227 exec::function<int() noexcept> get_i_virtually() const noexcept override
228 {

Callers 1

test_function.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected