| 273 | /// \endcode |
| 274 | template<class IteratorTuple> |
| 275 | inline zip_iterator<IteratorTuple> |
| 276 | make_zip_iterator(IteratorTuple iterators) |
| 277 | { |
| 278 | return zip_iterator<IteratorTuple>(iterators); |
| 279 | } |
| 280 | |
| 281 | /// \internal_ (is_device_iterator specialization for zip_iterator) |
| 282 | template<class IteratorTuple> |
no outgoing calls