thrust::make_index_sequence
Defined in thrust/type_traits/integer_sequence.h
-
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
integer_sequence
See also
index_sequence
See also
make_integer_sequence
See also
make_reversed_integer_sequence
See also
make_reversed_index_sequence