GADGET-4
|
various sort routines More...
#include <algorithm>
#include "../data/allvars.h"
#include "../data/mymalloc.h"
#include "../logs/logs.h"
Go to the source code of this file.
Functions | |
template<typename T , typename Tcomp > | |
void | mycxxsort_internal_serial (T *begin, T *end, T *buf, bool res_into_buf, Tcomp comp) |
template<typename T , typename Tcomp > | |
double | mycxxsort (T *begin, T *end, Tcomp comp) |
various sort routines
Definition in file cxxsort.h.