make_index_sequence
#
-
template<::cuda::std::size_t N>
using thrust::make_index_sequence = ::cuda::std::make_index_sequence<N># Create a new
integer_sequence
with elements0, 1, 2, ..., N - 1
of type std::size_t.See also
See also
See also
See also
See also