codex
|
#include <array>
#include <algorithm>
#include <random>
Functions | |
template<typename I > | |
void | qsort0 (I b, I e) |
template<typename I > | |
void | qsort1 (I b, I e) |
bool | test (auto f) |
int | main () |
int main | ( | void | ) |
void qsort0 | ( | I | b, |
I | e ) |
void qsort1 | ( | I | b, |
I | e ) |
bool test | ( | auto | f | ) |