SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#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... | |