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

Method get_env

include/exec/sequence/transform_each.hpp:220–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218
219 template <class _Sexpr>
220 static auto get_env(_Sexpr const & __sexpr) noexcept -> env_of_t<__child_of<_Sexpr>>
221 {
222 static_assert(sender_for<_Sexpr, transform_each_t>);
223 return __apply([]<class _Child>(__ignore, __ignore, _Child const & __child)
224 { return STDEXEC::get_env(__child); },
225 __sexpr);
226 }
227 };
228 } // namespace __transform_each
229

Callers

nothing calls this directly

Calls 1

get_envFunction · 0.70

Tested by

no test coverage detected