cuda::experimental::get_stream_t
Defined in include/cuda/experimental/__stream/get_stream.cuh
-
struct get_stream_t
get_stream
is a customization point object that queries a typeT
for 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) const noexcept(noexcept(static_cast<::cuda::stream_ref>(__t)))
-
template<class _Tp, ::cuda::std::enable_if_t<__convertible_to_stream_ref<_Tp>, int> = 0>