thrust::proclaim_contiguous_iterator#

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

THRUST_PROCLAIM_CONTIGUOUS_ITERATOR