Files
boost_iterator/doc/make_zip_iterator.rst

9 lines
223 B
ReStructuredText
Raw Normal View History

2004-01-27 04:12:54 +00:00
::
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``.