mirror of
https://github.com/boostorg/iterator.git
synced 2026-01-28 17:32:20 +01:00
10 lines
254 B
ReStructuredText
10 lines
254 B
ReStructuredText
|
|
::
|
||
|
|
|
||
|
|
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``.
|
||
|
|
|