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

Method get_env

include/exec/sequence/ignore_all_values.hpp:241–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239 }
240
241 auto get_env() const noexcept -> env_of_t<_Receiver>
242 {
243 return STDEXEC::get_env(__op_->__rcvr_);
244 }
245
246 private:
247 __operation_base<_Receiver, _ResultsStorage>* __op_;

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected