|
|
Detailed Description
- See also:
-
|
Functions |
| template<class BidirectionalRange> |
| void | reverse (BidirectionalRange &range) |
| template<class BidirectionalRange, class OutputIterator> |
| void | reverse_copy (const BidirectionalRange &range, OutputIterator result) |
| template<class BidirectionalRange, class OutputIterator> |
| void | reverse_copy (BidirectionalRange &range, OutputIterator result) |
| template<typename I> |
| std::pair< I, I > | reverse_until (I f, I m, I l) |
Function Documentation
| void adobe::reverse |
( |
BidirectionalRange & |
range |
) |
|
reverse implementation
Definition at line 96 of file reverse.hpp.
| void adobe::reverse_copy |
( |
const BidirectionalRange & |
range, |
|
|
OutputIterator |
result | |
|
) |
| | |
| void adobe::reverse_copy |
( |
BidirectionalRange & |
range, |
|
|
OutputIterator |
result | |
|
) |
| | |
| std::pair<I, I> adobe::reverse_until |
( |
I |
f, |
|
|
I |
m, |
|
|
I |
l | |
|
) |
| | |
|