GADGET-4
cxxsort.h File Reference

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)
 

Detailed Description

various sort routines

Definition in file cxxsort.h.

Function Documentation

◆ mycxxsort()

double mycxxsort ( T *  begin,
T *  end,
Tcomp  comp 
)

Definition at line 39 of file cxxsort.h.

◆ mycxxsort_internal_serial()

void mycxxsort_internal_serial ( T *  begin,
T *  end,
T *  buf,
bool  res_into_buf,
Tcomp  comp 
)

Definition at line 21 of file cxxsort.h.