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

Function get_env

include/exec/sequence/merge_each.hpp:1061–1064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1059
1060 using __env_t = typename _OperationBase::__nested_stop_env_t;
1061 auto get_env() const noexcept -> __env_t
1062 {
1063 return __op_->__nested_stop_.env_from(__op_->__rcvr_);
1064 }
1065 };
1066
1067 template <class _NestedSequenceSender,

Callers 15

get_envMethod · 0.70
get_envMethod · 0.70
register_tokenMethod · 0.70
env_fromMethod · 0.70
get_envMethod · 0.70
get_envMethod · 0.70
get_envMethod · 0.70
get_envMethod · 0.70
get_envMethod · 0.70
startMethod · 0.50
startMethod · 0.50
startMethod · 0.50

Calls 1

env_fromMethod · 0.45

Tested by

no test coverage detected