![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <mutable/util/macro.hpp>
#include <algorithm>
#include <cstddef>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Data Structures | |
struct | m::partition_predicated_naive |
Partitions the range begin to end (exclusive) into two partitions using pivot . More... | |
Namespaces | |
namespace | m |
| |
Functions | |
template<typename It > | |
bool | m::verify_partition (It begin, It mid, It end) |
Verifies that mid splits the range begin to end (exclusive) into two partitions. | |
template<typename Partitioning , typename It > | |
void | m::qsort (It begin, It end, Partitioning p) |