Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/stdexec
/ get_env
Method
get_env
include/exec/fork_join.hpp:198–201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
197
STDEXEC_ATTRIBUTE(nodiscard, host, device)
198
constexpr auto get_env() const noexcept -> _env_t
199
{
200
return STDEXEC::__fwd_env(STDEXEC::get_env(_rcvr_));
201
}
202
203
Rcvr _rcvr_;
204
_variant_t<_child_completions_t> _cache_;
Callers
nothing calls this directly
Calls
1
get_env
Function · 0.70
Tested by
no test coverage detected