Searched refs:CountingIterator (Results 1 – 1 of 1) sorted by relevance
339 using CountingIterator = thrust::counting_iterator<difference_type>; variable340 using TransformIterator = thrust::transform_iterator<index_functor_type, CountingIterator>;349 first, TransformIterator{CountingIterator{0}, func} in begin()