![]() |
mutable
A Database System for Research and Fast Prototyping
|
Partitions the range begin
to end
(exclusive) into two partitions using pivot
.
More...
#include <algorithms.hpp>
Public Member Functions | |
template<typename T , typename It > | |
It | operator() (const T pivot, It begin, It end) |
Partitions the range begin
to end
(exclusive) into two partitions using pivot
.
Definition at line 36 of file algorithms.hpp.
|
inline |
Definition at line 39 of file algorithms.hpp.