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 istrue
ifIterator
satisfies ContiguousIterator, aka it points to elements that are contiguous in memory, andfalse
otherwise.See also
See also
See also
THRUST_PROCLAIM_CONTIGUOUS_ITERATOR