Adobe Source Libraries 1.49.0
A collection of C++ libraries.
Loading...
Searching...
No Matches

Functions

template<class BidirectionalRange>
void reverse (BidirectionalRange &range)
 reverse implementation
template<class BidirectionalRange, class OutputIterator>
void reverse_copy (BidirectionalRange &range, OutputIterator result)
 reverse implementation
template<class BidirectionalRange, class OutputIterator>
void reverse_copy (const BidirectionalRange &range, OutputIterator result)
 reverse implementation
template<typename I>
std::pair< I, I > reverse_until (I f, I m, I l)
 reverse implementation

Detailed Description

See also

Function Documentation

◆ reverse()

template<class BidirectionalRange>
void reverse ( BidirectionalRange & range)

Definition at line 92 of file reverse.hpp.

◆ reverse_copy() [1/2]

template<class BidirectionalRange, class OutputIterator>
void reverse_copy ( BidirectionalRange & range,
OutputIterator result )

Definition at line 102 of file reverse.hpp.

◆ reverse_copy() [2/2]

template<class BidirectionalRange, class OutputIterator>
void reverse_copy ( const BidirectionalRange & range,
OutputIterator result )

Definition at line 112 of file reverse.hpp.

◆ reverse_until()

template<typename I>
std::pair< I, I > reverse_until ( I f,
I m,
I l )

Definition at line 123 of file reverse.hpp.