iterator/doc/make_counting_iterator.rst
2004-01-12 01:30:47 +00:00

10 lines
227 B
ReStructuredText
Executable File

::
template <class Incrementable>
counting_iterator<Incrementable> make_counting_iterator(Incrementable x);
:Returns: An instance of ``counting_iterator<Incrementable>``
with ``current`` constructed from ``x``.