get_stream_t#
-
struct get_stream_t#
get_streamis a customization point object that queries a typeTfor an associated streamPublic Functions
-
template<class _Tp, ::cuda::std::enable_if_t<__convertible_to_stream_ref<_Tp>, int> = 0>
inline constexpr ::cuda::stream_ref operator()( - const _Tp &__t,
-
template<class _Tp, ::cuda::std::enable_if_t<__has_member_stream<_Tp>, int> = 0>
inline constexpr ::cuda::stream_ref operator()( - const _Tp &__t,
Public Static Functions
- static inline constexpr auto query(
- ::cuda::std::execution::forwarding_query_t,
-
template<class _Tp, ::cuda::std::enable_if_t<__convertible_to_stream_ref<_Tp>, int> = 0>