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

Method get_env

include/exec/sequence/iterate.hpp:114–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 [[nodiscard]]
115 constexpr auto get_env() const noexcept -> env_of_t<_Receiver>
116 {
117 return STDEXEC::get_env(__op_->__rcvr_);
118 }
119
120 __operation_base<_Iterator, _Sentinel, _Receiver>* __op_;
121 };

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected