mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 17:07:16 +02:00
added make_xxx functions for some of the iterators
[SVN r21611]
This commit is contained in:
9
doc/make_counting_iterator.rst
Executable file
9
doc/make_counting_iterator.rst
Executable file
@ -0,0 +1,9 @@
|
||||
|
||||
::
|
||||
|
||||
template <class Incrementable>
|
||||
counting_iterator<Incrementable> make_counting_iterator(Incrementable x);
|
||||
|
||||
:Returns: An instance of ``counting_iterator<Incrementable>``
|
||||
with ``current`` constructed from ``x``.
|
||||
|
Reference in New Issue
Block a user