|
Adobe Source Libraries 2.0.0
A collection of C++ libraries.
|
Go to the source code of this file.
Namespaces | |
| namespace | adobe |
Functions | |
| template<class BidirectionalRange> | |
| bool | next_permutation (BidirectionalRange &range) |
| permutation implementation | |
| template<class BidirectionalIterator, class Compare> | |
| bool | next_permutation (BidirectionalIterator first, BidirectionalIterator last, Compare comp) |
| permutation implementation | |
| template<class BidirectionalRange, class Compare> | |
| bool | next_permutation (BidirectionalRange &range, Compare comp) |
| permutation implementation | |
| template<class BidirectionalRange> | |
| bool | prev_permutation (BidirectionalRange &range) |
| permutation implementation | |
| template<class BidirectionalIterator, class Compare> | |
| bool | prev_permutation (BidirectionalIterator first, BidirectionalIterator last, Compare comp) |
| permutation implementation | |
| template<class BidirectionalRange, class Compare> | |
| bool | prev_permutation (BidirectionalRange &range, Compare comp) |
| permutation implementation | |