Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_i_virtually
Method
get_i_virtually
test/exec/test_function.cpp:227–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
225
}
226
227
exec::function<int() noexcept> get_i_virtually() const noexcept override
228
{
229
return get_i_with_capture();
230
}
231
232
private:
233
int i_;
Callers
1
test_function.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected