thrust::make_strided_iterator
Defined in thrust/iterator/strided_iterator.h
-
template<auto Stride, typename Iterator>
auto thrust::make_strided_iterator(Iterator it) Constructs a strided_iterator with a compile-time stride.
Defined in thrust/iterator/strided_iterator.h
Constructs a strided_iterator with a compile-time stride.