Home
last modified time | relevance | path

Searched refs:__envs (Results 1 – 2 of 2) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Denv.hpp28 namespace __envs namespace
69 inline constexpr __envs::__with_t with{};
70 inline constexpr __envs::__without_t without{};
71 inline constexpr __envs::__make_env_t make_env{};
H A Dexecution.hpp5213 auto operator()(_Sender&& __sndr, _Envs... __envs) const in operator ()()
5215 return __make_sexpr<__write_t>(__env::__join(std::move(__envs)...), in operator ()()
5221 auto operator()(_Envs... __envs) const -> __binder_back<__write_t, _Envs...> in operator ()()
5223 return {{}, {}, {std::move(__envs)...}}; in operator ()()