#include <boost/concept_check.hpp>#include <boost/range/begin.hpp>#include <boost/range/end.hpp>#include <boost/range/concepts.hpp>#include <algorithm>

Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::range | |
Functions | |
| template<class BidirectionalRange > | |
| bool | boost::range::next_permutation (BidirectionalRange &rng) |
| template function next_permutation More... | |
| template<class BidirectionalRange > | |
| bool | boost::range::next_permutation (const BidirectionalRange &rng) |
| template<class BidirectionalRange , class Compare > | |
| bool | boost::range::next_permutation (BidirectionalRange &rng, Compare comp_pred) |
| template<class BidirectionalRange , class Compare > | |
| bool | boost::range::next_permutation (const BidirectionalRange &rng, Compare comp_pred) |
| template<class BidirectionalRange > | |
| bool | boost::range::prev_permutation (BidirectionalRange &rng) |
| template function prev_permutation More... | |
| template<class BidirectionalRange > | |
| bool | boost::range::prev_permutation (const BidirectionalRange &rng) |
| template<class BidirectionalRange , class Compare > | |
| bool | boost::range::prev_permutation (BidirectionalRange &rng, Compare comp_pred) |
| template<class BidirectionalRange , class Compare > | |
| bool | boost::range::prev_permutation (const BidirectionalRange &rng, Compare comp_pred) |