make_reversed_index_sequence
#
-
template<::cuda::std::size_t N>
using thrust::make_reversed_index_sequence = make_reversed_integer_sequence<::cuda::std::size_t, N># Create a new
index_sequence
with elementsN - 1, N - 2, N - 3, ..., 0
.See also
See also
See also
See also
See also