mutable
A Database System for Research and Fast Prototyping
Loading...
Searching...
No Matches
Public Member Functions
m::partition_predicated_naive Struct Reference

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)
 

Detailed Description

Partitions the range begin to end (exclusive) into two partitions using pivot.

Returns
pointer to the beginning of the second partition

Definition at line 36 of file algorithms.hpp.

Member Function Documentation

◆ operator()()

template<typename T , typename It >
It m::partition_predicated_naive::operator() ( const T  pivot,
It  begin,
It  end 
)
inline

Definition at line 39 of file algorithms.hpp.

References M_insist, and m::T().


The documentation for this struct was generated from the following file: