Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_env
Method
get_env
test/exec/sequence/test_iterate.cpp:35–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
int* sum_;
34
35
[[nodiscard]]
36
auto get_env() const noexcept -> STDEXEC::env_of_t<Receiver>
37
{
38
return STDEXEC::get_env(rcvr);
39
}
40
41
template <class... As>
42
void set_value(int x) noexcept
Callers
nothing calls this directly
Calls
1
get_env
Function · 0.50
Tested by
no test coverage detected