Home
last modified time | relevance | path

Searched refs:__copy_cvref_t (Results 1 – 8 of 8) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/
H A D__utility.hpp143 auto __c_upcast(_Up&& u) noexcept -> __copy_cvref_t<_Up&&, _Tp> in __c_upcast()
147 return (__copy_cvref_t<_Up&&, _Tp>)static_cast<_Up&&>(u); in __c_upcast()
154 auto __c_downcast(_Up&& u) noexcept -> __copy_cvref_t<_Up&&, _Tp> in __c_downcast()
158 return (__copy_cvref_t<_Up&&, _Tp>)static_cast<_Up&&>(u); in __c_downcast()
H A D__tuple.hpp89 requires(__callable<_Fn, _Us..., __copy_cvref_t<_Self, _Ts>> && ...)
92 noexcept((__nothrow_callable<_Fn, _Us..., __copy_cvref_t<_Self, _Ts>> && in for_each()
H A D__type_traits.hpp195 using __copy_cvref_t = typename __copy_cvref_fn<_From>::template __f<_To>; typedef
H A D__receiver_adaptor.hpp126 __if_c<__has_base, __mbind_back_q<__copy_cvref_t, _Base>,
H A D__variant.hpp189 noexcept((__nothrow_callable<_Fn, _As..., __copy_cvref_t<_Self, _Ts>> && in visit()
H A D__meta.hpp993 using __cvref_t = __copy_cvref_t<_From, __t<_To>>;
996 using __cvref_id = __copy_cvref_t<_From, __id<_To>>;
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/
H A Dasync_scope.hpp130 requires sender_to<__copy_cvref_t<_Self, _Constrained>, _Receiver>
141 -> __completion_signatures_of_t<__copy_cvref_t<_Self, _Constrained>, in get_completion_signatures()
299 requires sender_to<__copy_cvref_t<_Self, _Constrained>,
311 -> __completion_signatures_of_t<__copy_cvref_t<_Self, _Constrained>, in get_completion_signatures()
H A Dany_sender_of.hpp1453 _Tag, stdexec::__copy_cvref_t<Self, __sender_base>, _As...>
1457 _Tag, stdexec::__copy_cvref_t<Self, __sender_base>, _As...>) in tag_invoke()