is_contiguous_iterator_v#

template<typename Iterator>
constexpr bool thrust::is_contiguous_iterator_v = detail::is_contiguous_iterator_impl_v<::cuda::std::remove_cvref_t<Iterator>>#

constexpr bool that is true if Iterator satisfies ContiguousIterator, aka it points to elements that are contiguous in memory, and false otherwise.

See also

THRUST_PROCLAIM_CONTIGUOUS_ITERATOR