thrust
|
#include <thrust/type_traits/is_contiguous_iterator.h>
Inherits thrust::detail::is_contiguous_iterator_impl< Iterator >.
Unary metafunction returns true_type
if Iterator
satisfies ContiguousIterator, e.g. it points to elements that are contiguous in memory, and false_type
otherwise.