#include <reorder.h>
List of all members.
Static Public Member Functions |
template<class RandomIterator , class OrderArray > |
static void | reorder (RandomIterator first, RandomIterator last, const OrderArray &indices) |
| first から last を indices に書かれて順番で並べ変える
|
Detailed Description
Definition at line 11 of file reorder.h.
Member Function Documentation
template<class RandomIterator , class OrderArray >
static void osl::misc::Reorder::reorder |
( |
RandomIterator |
first, |
|
|
RandomIterator |
last, |
|
|
const OrderArray & |
indices |
|
) |
| [inline, static] |
first から last を indices に書かれて順番で並べ変える
Definition at line 15 of file reorder.h.
The documentation for this struct was generated from the following file: