Searched refs:get_env_t (Results 1 – 14 of 14) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __execution_fwd.hpp | 70 struct get_env_t; 73 using __get_env::get_env_t; 74 extern const get_env_t get_env; 77 using env_of_t = __call_result_t<get_env_t, _EnvProvider>;
|
H A D | __env.hpp | 762 struct get_env_t struct 764 template <__same_as<get_env_t> _Self, class _EnvProvider> 775 requires tag_invocable<get_env_t, const _EnvProvider&> 778 -> tag_invoke_result_t<get_env_t, const _EnvProvider&> in operator ()() 781 queryable<tag_invoke_result_t<get_env_t, const _EnvProvider&>>); in operator ()() 782 static_assert(nothrow_tag_invocable<get_env_t, const _EnvProvider&>); in operator ()() 794 using __get_env::get_env_t; 795 inline constexpr get_env_t get_env{};
|
H A D | __p2300.hpp | 107 using get_env_t STDEXEC_STD_DEPRECATED = stdexec::get_env_t; typedef 111 inline constexpr stdexec::get_env_t get_env{};
|
H A D | __start_detached.hpp | 95 get_env_t(const _Sender&)),
|
H A D | __split.hpp | 67 get_env_t(const _Sender&)),
|
H A D | __then.hpp | 74 get_env_t(_Sender&)),
|
H A D | __ensure_started.hpp | 75 get_env_t(const _Sender&)),
|
H A D | __sync_wait.hpp | 278 get_completion_scheduler_t<set_value_t>(get_env_t(const _Sender&)), 368 get_completion_scheduler_t<set_value_t>(get_env_t(const _Sender&)),
|
H A D | __upon_error.hpp | 76 get_env_t(_Sender&)),
|
H A D | __upon_stopped.hpp | 77 get_env_t(_Sender&)),
|
H A D | __cpo.hpp | 133 using stdexec::get_env_t;
|
H A D | __continue_on.hpp | 80 get_env_t(const _Sender&)),
|
H A D | __bulk.hpp | 110 get_env_t(_Sender&)),
|
H A D | __let.hpp | 481 get_env_t(const _Sender&)),
|