Struct thrust::proclaim_contiguous_iterator

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.

Inherits From: false_type

See:

#include <thrust/type_traits/is_contiguous_iterator.h>
template <typename Iterator> struct thrust::proclaim_contiguous_iterator { };