Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__env.hpp111 requires tag_invocable<execute_may_block_caller_t, __cref_t<_Tp>>
116 __cref_t<_Tp>>>); in operator ()()
118 nothrow_tag_invocable<execute_may_block_caller_t, __cref_t<_Tp>>); in operator ()()
132 requires tag_invocable<get_forward_progress_guarantee_t, __cref_t<_Tp>>
134 nothrow_tag_invocable<get_forward_progress_guarantee_t, __cref_t<_Tp>>) in operator ()()
136 __cref_t<_Tp>>> in operator ()()
154 tag_invoke_result_t<__has_algorithm_customizations_t, __cref_t<_Tp>>;
157 requires tag_invocable<__has_algorithm_customizations_t, __cref_t<_Tp>>
162 __cref_t<_Tp>>;
H A D__concepts.hpp133 requires(__cref_t<_Ty> __t) {
251 requires(__cref_t<T> t, __cref_t<U> u) {
H A D__senders_core.hpp53 && environment_provider<__cref_t<_Sender>> //
H A D__type_traits.hpp207 using __cref_t = decltype(__cref_fn{}(__declval<_Ty>())); typedef
H A D__receivers.hpp165 && environment_provider<__cref_t<_Receiver>> //