Searched refs:__copy_cvref_t (Results 1 – 8 of 8) sorted by relevance
/openbmc/sdbusplus/include/sdbusplus/async/stdexec/__detail/ |
H A D | __utility.hpp | 143 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.hpp | 89 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.hpp | 195 using __copy_cvref_t = typename __copy_cvref_fn<_From>::template __f<_To>; typedef
|
H A D | __receiver_adaptor.hpp | 126 __if_c<__has_base, __mbind_back_q<__copy_cvref_t, _Base>,
|
H A D | __variant.hpp | 189 noexcept((__nothrow_callable<_Fn, _As..., __copy_cvref_t<_Self, _Ts>> && in visit()
|
H A D | __meta.hpp | 993 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 D | async_scope.hpp | 130 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 D | any_sender_of.hpp | 1453 _Tag, stdexec::__copy_cvref_t<Self, __sender_base>, _As...> 1457 _Tag, stdexec::__copy_cvref_t<Self, __sender_base>, _As...>) in tag_invoke()
|