thrust::make_zip_iterator
Defined in thrust/iterator/zip_iterator.h
- 
template<typename ...Iterators>
 inline zip_iterator<_CUDA_VSTD::tuple<Iterators...>> thrust::make_zip_iterator(_CUDA_VSTD::tuple<Iterators...> t)
- make_zip_iteratorcreates a- zip_iteratorfrom a- tupleof iterators.- See also - Parameters
- t – The - tupleof iterators to copy.
- Returns
- A newly created - zip_iteratorwhich zips the iterators encapsulated in- t.