mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Functions
algorithms.hpp File Reference
#include <mutable/util/macro.hpp>
#include <algorithm>
#include <cstddef>
#include <type_traits>
#include <utility>
Include dependency graph for algorithms.hpp:

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
 

‍mutable namespace


 

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)