__gnu_parallel::sampling_sorter(3)
NAME
__gnu_parallel::sampling_sorter
SYNOPSIS
Detailed Description
- template<bool stable, class RandomAccessIterator, class StrictWeakOrdering>
- struct __gnu_parallel::sampling_sorter< stable, RandomAccessIterator,
StrictWeakOrdering >
Stable sorting functor. - Used to reduce code instanciation in multiway_merge_sampling_splitting.
- Definition at line 1080 of file multiway_merge.h.
- Public Member Functions
- void operator() (RandomAccessIterator first, RandomAccessIterator last,
StrictWeakOrdering comp)
Author
- Generated automatically by Doxygen for libstdc++ from the source code.