cxxomfort  rel.20211024
Simple backports for C++ - https://ryan.gulix.cl/fossil.cgi/cxxomfort/
Namespaces | Functions
11-permutations.hpp File Reference

Namespaces

 cxxomfort
 Namespace of the cxxomfort library.
 
 cxxomfort::cxxostd
 Backports made available by cxxomfort.
 

Functions

template<typename It1 , typename ItA >
bool is_permutation (It1 ini1, It1 fin1, ItA iniA)
 Returns true if range [iniA,finA] (with internally calculated finA) is a permutation of range [ini1,fin1). More...
 
template<typename BidirIt , typename Compare >
bool next_permutation (BidirIt ini, BidirIt fin, Compare Less)
 
template<typename BidirIt , typename Compare >
bool prev_permutation (BidirIt ini, BidirIt fin, Compare less)