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

Method get_env

include/exec/materialize.hpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 [[nodiscard]]
59 constexpr auto get_env() const noexcept -> env_of_t<_Receiver>
60 {
61 return STDEXEC::get_env(__upstream_);
62 }
63
64 private:
65 _Receiver __upstream_;

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected