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