|
|
|
| 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
-
◆ next_permutation() [1/3]
| bool adobe::next_permutation |
( |
BidirectionalRange & |
range | ) |
|
◆ next_permutation() [2/3]
| bool adobe::next_permutation |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Compare |
comp |
|
) |
| |
◆ next_permutation() [3/3]
| bool adobe::next_permutation |
( |
BidirectionalRange & |
range, |
|
|
Compare |
comp |
|
) |
| |
◆ prev_permutation() [1/3]
| bool adobe::prev_permutation |
( |
BidirectionalRange & |
range | ) |
|
◆ prev_permutation() [2/3]
| bool adobe::prev_permutation |
( |
BidirectionalIterator |
first, |
|
|
BidirectionalIterator |
last, |
|
|
Compare |
comp |
|
) |
| |
◆ prev_permutation() [3/3]
| bool adobe::prev_permutation |
( |
BidirectionalRange & |
range, |
|
|
Compare |
comp |
|
) |
| |
|