mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-20 08:02:10 +02:00
10 lines
227 B
ReStructuredText
10 lines
227 B
ReStructuredText
![]() |
|
||
|
::
|
||
|
|
||
|
template <class Incrementable>
|
||
|
counting_iterator<Incrementable> make_counting_iterator(Incrementable x);
|
||
|
|
||
|
:Returns: An instance of ``counting_iterator<Incrementable>``
|
||
|
with ``current`` constructed from ``x``.
|
||
|
|