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

Method get_env

include/exec/env.hpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 using sender_concept = sender_tag;
224
225 constexpr auto get_env() const noexcept -> __join_env_t<_Attrs const &, env_of_t<_Sender>>
226 {
227 return STDEXEC::__env::__join(__attrs_, STDEXEC::get_env(__sndr_));
228 }
229
230 template <__decays_to<__sender> _Self, class... _Env>
231 static consteval auto get_completion_signatures()

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected