#include <reorder.h>
|  | 
| template<class RandomIterator , class OrderArray > | 
| static void | reorder (RandomIterator first, RandomIterator last, const OrderArray &indices) | 
|  | first から last を indices に書かれて順番で並べ変える  More... 
 | 
|  | 
Definition at line 11 of file reorder.h.
 
template<class RandomIterator , class OrderArray > 
  
  | 
        
          | static void osl::misc::Reorder::reorder | ( | RandomIterator | first, |  
          |  |  | RandomIterator | last, |  
          |  |  | const OrderArray & | indices |  
          |  | ) |  |  |  | inlinestatic | 
 
first から last を indices に書かれて順番で並べ変える 
Definition at line 15 of file reorder.h.
 
 
The documentation for this struct was generated from the following file: