Searched refs:difference_type (Results 1 – 2 of 2) sorted by relevance
338 using difference_type = iter_difference_t<array_iterator_type>; variable339 using CountingIterator = thrust::counting_iterator<difference_type>;377 using difference_type = typename base_type::difference_type; variable380 …constexpr DiagonalIterator(Iterator first, Iterator last, difference_type stride) noexcept : base_… in DiagonalIterator()
72 using difference_type = std::ptrdiff_t; typedef in Petsc::khash::KHashTable294 using difference_type = typename table_type::difference_type; typedef in Petsc::khash::KHashTable::table_iterator