Searched refs:get_allocator_t (Results 1 – 5 of 5) sorted by relevance
214 struct get_allocator_t : __query<get_allocator_t> struct222 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{};
95 struct get_allocator_t;104 using __queries::get_allocator_t;117 extern const get_allocator_t get_allocator;
59 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 ()()
87 using get_allocator_t STDEXEC_STD_DEPRECATED = stdexec::get_allocator_t; typedef94 inline constexpr stdexec::get_allocator_t get_allocator{};
156 inline auto get_allocator_t::operator()() const noexcept in operator ()()