thrust::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 boolthat istrueifIteratorsatisfies ContiguousIterator, aka it points to elements that are contiguous in memory, andfalseotherwise.See also
See also
See also
THRUST_PROCLAIM_CONTIGUOUS_ITERATOR