Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
permutation.hpp File Reference
#include <boost/concept_check.hpp>
#include <boost/range/begin.hpp>
#include <boost/range/end.hpp>
#include <boost/range/concepts.hpp>
#include <algorithm>
Include dependency graph for permutation.hpp:
This graph shows which files directly or indirectly include this file:

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)