try_unwrap_contiguous_iterator_t#

template<typename Iterator>
using thrust::try_unwrap_contiguous_iterator_t = typename detail::try_unwrap_contiguous_iterator_impl<Iterator>::type#

Takes an iterator type and, if it is contiguous, yields the raw pointer type it represents.

Otherwise returns the iterator type unmodified.