#include <psort_seqsort.h>
|
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 () |
|
Definition at line 45 of file psort_seqsort.h.
◆ real_description()
char* vpsort::STLSort::real_description |
( |
| ) |
|
|
inline |
◆ real_seqsort()
template<typename _ValueType , typename _Compare >
void vpsort::STLSort::real_seqsort |
( |
_ValueType * |
first, |
|
|
_ValueType * |
last, |
|
|
_Compare |
comp |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: