| 3057 | */ |
| 3058 | template <class DataType> |
| 3059 | void QCPDataContainer<DataType>::sort() |
| 3060 | { |
| 3061 | std::sort(begin(), end(), qcpLessThanSortKey<DataType>); |
| 3062 | } |
| 3063 | |
| 3064 | /*! |
| 3065 | Frees all unused memory that is currently in the preallocation and postallocation pools. |