Home
last modified time | relevance | path

Searched refs:get_allocator_t (Results 1 – 5 of 5) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp214 struct get_allocator_t : __query<get_allocator_t> struct
222 requires tag_invocable<get_allocator_t, const _Env&>
224 -> tag_invoke_result_t<get_allocator_t, const _Env&> in operator ()()
226 static_assert(nothrow_tag_invocable<get_allocator_t, const _Env&>); in operator ()()
228 __allocator_c<tag_invoke_result_t<get_allocator_t, const _Env&>>); in operator ()()
229 return tag_invoke(get_allocator_t{}, __env); in operator ()()
232 template <class _Tag = get_allocator_t>
361 using __queries::get_allocator_t;
388 inline constexpr get_allocator_t get_allocator{};
H A D__execution_fwd.hpp95 struct get_allocator_t;
104 using __queries::get_allocator_t;
117 extern const get_allocator_t get_allocator;
H A D__submit.hpp59 if constexpr (__callable<get_allocator_t, env_of_t<_Receiver>>) in __delete_op()
129 if constexpr (__callable<get_allocator_t, env_of_t<_Receiver>>) in operator ()()
H A D__p2300.hpp87 using get_allocator_t STDEXEC_STD_DEPRECATED = stdexec::get_allocator_t; typedef
94 inline constexpr stdexec::get_allocator_t get_allocator{};
H A D__read_env.hpp156 inline auto get_allocator_t::operator()() const noexcept in operator ()()