libstdc++
__gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering > Struct Template Reference

#include <multiway_merge.h>

Public Member Functions

void operator() (_RAIter __first, _RAIter __last, _StrictWeakOrdering __comp)
 

Detailed Description

template<bool __stable, class _RAIter, class _StrictWeakOrdering>
struct __gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering >

Stable sorting functor.

Used to reduce code instanciation in multiway_merge_sampling_splitting.

Definition at line 1007 of file multiway_merge.h.

Member Function Documentation

◆ operator()()

template<bool __stable, class _RAIter , class _StrictWeakOrdering >
void __gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering >::operator() ( _RAIter  __first,
_RAIter  __last,
_StrictWeakOrdering  __comp 
)
inline

Definition at line 1010 of file multiway_merge.h.


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