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

Method get_env

include/exec/sequence/transform_each.hpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93 }
94
95 auto get_env() const noexcept -> env_of_t<_Receiver>
96 {
97 return STDEXEC::get_env(__opstate_->__rcvr_);
98 }
99
100 __operation_base<_Receiver, _Adaptor>* __opstate_;
101 };

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected