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

Method get_env

include/exec/sequence/merge_each.hpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595 using __env_t = decltype(__op_->env_from(__declval<env_of_t<_NestedValueReceiver>>()));
596 auto get_env() const noexcept -> __env_t
597 {
598 return __op_->env_from(STDEXEC::get_env(__nested_value_op_->__rcvr_));
599 }
600 };
601
602 template <class _NestedValueSender,

Callers

nothing calls this directly

Calls 2

get_envFunction · 0.70
env_fromMethod · 0.45

Tested by

no test coverage detected