mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 16:12:10 +02:00
9 lines
223 B
ReStructuredText
9 lines
223 B
ReStructuredText
![]() |
::
|
||
|
|
||
|
template<typename IteratorTuple>
|
||
|
zip_iterator<IteratorTuple>
|
||
|
make_zip_iterator(IteratorTuple t);
|
||
|
|
||
|
:Returns: An instance of ``zip_iterator<IteratorTuple>`` with ``m_iterator_tuple``
|
||
|
initialized to ``t``.
|