SimGrid  3.18
Versatile Simulation of Distributed Systems
algorithm.hpp File Reference
#include <utility>

Namespaces

 simgrid
 Alltoall Bruck.
 
 simgrid::xbt
 

Functions

template<class ForwardIterator , class ColorFunction >
void simgrid::xbt::three_way_partition (ForwardIterator first, ForwardIterator last, ColorFunction color)
 Sorts the elements of the sequence [first, last) according to their color assuming elements can have only three colors. More...