Files
iterator/doc/make_zip_iterator.rst

9 lines
223 B
ReStructuredText
Raw Normal View History

::
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``.