thrust::proclaim_contiguous_iterator
Defined in thrust/type_traits/is_contiguous_iterator.h
-
template<typename Iterator>
struct proclaim_contiguous_iterator : public false_type Customization point that can be customized to indicate that an iterator type
Iterator
satisfies ContiguousIterator, aka it points to elements that are contiguous in memory.See also
is_contiguous_iterator
See also