thrust::make_integer_sequence

Defined in thrust/type_traits/integer_sequence.h

template<typename T, ::cuda::std::size_t N>
using thrust::make_integer_sequence = ::cuda::std::make_integer_sequence<T, N>

Create a new integer_sequence with elements 0, 1, 2, ..., N - 1 of type T.

See also

integer_sequence

See also

index_sequence

See also

make_reversed_integer_sequence

See also

make_index_sequence

See also

make_reversed_index_sequence

See also