|
Panzer Version of the Day
|
#include <vector>#include <functional>

Go to the source code of this file.
Namespaces | |
| namespace | panzer |
| Computes | |
Functions | |
| void | panzer::reorder (std::vector< int > &order, std::function< void(int, int)> swapper) |
| Using a functor, reorder an array using a order vector. | |