STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
__gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering > Struct Template Reference

Stable sorting functor. More...

#include <parallel/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.

Member Function Documentation

template<bool __stable, class _RAIter , class _StrictWeakOrdering >
void __gnu_parallel::_SamplingSorter< __stable, _RAIter, _StrictWeakOrdering >::operator() ( _RAIter  __first,
_RAIter  __last,
_StrictWeakOrdering  __comp 
)
inline
1011  { __gnu_sequential::stable_sort(__first, __last, __comp); }

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