|
|
|
| template<class BidirectionalRange > |
| bool | next_permutation (BidirectionalRange &range) |
| |
| template<class BidirectionalIterator , class Compare > |
| bool | next_permutation (BidirectionalIterator first, BidirectionalIterator last, Compare comp) |
| |
| template<class BidirectionalRange , class Compare > |
| bool | next_permutation (BidirectionalRange &range, Compare comp) |
| |
| template<class BidirectionalRange > |
| bool | prev_permutation (BidirectionalRange &range) |
| |
| template<class BidirectionalIterator , class Compare > |
| bool | prev_permutation (BidirectionalIterator first, BidirectionalIterator last, Compare comp) |
| |
| template<class BidirectionalRange , class Compare > |
| bool | prev_permutation (BidirectionalRange &range, Compare comp) |
| |
- See also
-
| bool adobe::next_permutation |
( |
BidirectionalRange & |
range | ) |
|
| bool adobe::next_permutation |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Compare |
comp |
|
) |
| |
| bool adobe::next_permutation |
( |
BidirectionalRange & |
range, |
|
|
Compare |
comp |
|
) |
| |
| bool adobe::prev_permutation |
( |
BidirectionalRange & |
range | ) |
|
| bool adobe::prev_permutation |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Compare |
comp |
|
) |
| |
| bool adobe::prev_permutation |
( |
BidirectionalRange & |
range, |
|
|
Compare |
comp |
|
) |
| |
|