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

Function get_env

include/exec/repeat_n.hpp:100–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98 }
99
100 [[nodiscard]]
101 constexpr auto get_env() const noexcept -> env_of_t<_Receiver>
102 {
103 return STDEXEC::get_env(__state_->__rcvr_);
104 }
105
106 __opstate_base<_Receiver> *__state_;
107 };

Callers 15

await_suspendMethod · 0.70
__execute_implMethod · 0.70
get_envMethod · 0.70
get_envMethod · 0.70
startMethod · 0.70
get_envMethod · 0.70
set_stoppedMethod · 0.70
get_envMethod · 0.70
operator()Method · 0.70
get_envMethod · 0.70
get_envMethod · 0.70

Calls

no outgoing calls

Tested by 7

set_valueMethod · 0.40
get_envMethod · 0.40
startMethod · 0.40
get_envMethod · 0.40
get_envMethod · 0.40
get_envMethod · 0.40
get_envMethod · 0.40