#include <psort_seqsort.h>
List of all members.
Public Member Functions |
| template<typename _ValueType , typename _Compare > |
| void | real_seqsort (_ValueType *first, _ValueType *last, _Compare comp) |
| char * | real_description () |
| void | seqsort (_ValueType *first, _ValueType *last, _Compare comp) |
| char * | description () |
Detailed Description
Definition at line 59 of file psort_seqsort.h.
Member Function Documentation
| char* vpsort::STLStableSort::real_description |
( |
| ) |
|
|
inline |
template<typename _ValueType , typename _Compare >
| void vpsort::STLStableSort::real_seqsort |
( |
_ValueType * |
first, |
|
|
_ValueType * |
last, |
|
|
_Compare |
comp |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: