Searched refs:PermutationIterator (Results 1 – 1 of 1) sorted by relevance
341 using PermutationIterator = thrust::permutation_iterator<array_iterator_type, TransformIterator>; variable342 using iterator = PermutationIterator; // type of the begin/end iterator348 return PermutationIterator{ in begin()