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

Method static_just_i

test/exec/test_function.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211
212 static auto static_just_i(impl const *self) noexcept
213 {
214 return self->just_i();
215 }
216
217 exec::function<int() noexcept> get_i_with_capture() const noexcept
218 {

Callers

nothing calls this directly

Calls 1

just_iMethod · 0.95

Tested by

no test coverage detected