mirror of
https://github.com/boostorg/iterator.git
synced 2026-04-28 18:12:13 +02:00
added make_xxx functions for some of the iterators
[SVN r21611]
This commit is contained in:
@@ -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