#include <iterator>
Go to the source code of this file.
|
| | JTOOLS |
| | Auxiliary classes and methods for multi-dimensional interpolations and histograms.
|
| |
| | JPP |
| |
|
| template<class T , class JComparator_t > |
| bool | JTOOLS::next_permutation (T __begin, T __last, T __end, JComparator_t compare, std::bidirectional_iterator_tag) |
| | Implementation of method next_permutation for bidirectional iterators. More...
|
| |
| template<class T , class JComparator_t > |
| bool | JTOOLS::next_permutation (T __begin, T __last, T __end, JComparator_t compare) |
| | Permutations of sub-set of data. More...
|
| |