|
|
От: |
McSeem2
|
http://www.antigrain.com |
| Дата: | 10.11.10 15:43 | ||
| Оценка: | |||
template<class Array, class Less>
void Sort(Array& arr, const Less& less)bool Cmp(const SortType& a, const SortType& b)
{
return a.Key < b.Key;
}
. . .
Sort(array, Cmp);