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

Method get_i_from_base

test/exec/test_function.cpp:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 struct iface2
190 {
191 exec::function<int(iface2 const *) noexcept> get_i_from_base() const noexcept
192 {
193 return exec::function<int(iface2 const *) noexcept>(this, &iface2::get_i_virtually);
194 }
195
196 virtual exec::function<int() noexcept> get_i_virtually() const noexcept = 0;
197 };

Callers 1

test_function.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected