#include <insertionsort.h>

Public Member Functions | |
| int | Sort (T *_array, size_t _size) |
| Sorts an array using the InsertionSort method. | |
| int Sort | ( | T * | _array, | |
| size_t | _size | |||
| ) | [inline, virtual] |
Sorts an array using the InsertionSort method.
| _array | The array to sort. | |
| _size | The size of the array to sort. |
Implements Sorter< T >.
References CrissCross::Data::Compare().
1.5.8