mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-19 23:52:12 +02:00
9 lines
223 B
ReStructuredText
Executable File
9 lines
223 B
ReStructuredText
Executable File
::
|
|
|
|
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``.
|