Thrust
|
Modules | |
Fancy Iterators | |
Iterator Tags | |
Functions | |
template<typename InputIterator , typename Distance > | |
__host__ __device__ void | thrust::advance (InputIterator &i, Distance n) |
template<typename InputIterator > | |
__host__ __device__ thrust::iterator_traits< InputIterator >::difference_type | thrust::distance (InputIterator first, InputIterator last) |