Jpp 19.3.0-rc.3
the software that should make you happy
|
#include <iterator>
Go to the source code of this file.
Namespaces | |
namespace | JTOOLS |
Auxiliary classes and methods for multi-dimensional interpolations and histograms. | |
namespace | JPP |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
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. | |
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. | |