libstdc++
multiway_mergesort.h File Reference

Go to the source code of this file.

Classes

struct  __gnu_parallel::Piece< _DifferenceTp >
 
struct  __gnu_parallel::PMWMSSortingData< RandomAccessIterator >
 
struct  __gnu_parallel::split_consistently< exact, RandomAccessIterator, Comparator, SortingPlacesIterator >
 
struct  __gnu_parallel::split_consistently< false, RandomAccessIterator, Comparator, SortingPlacesIterator >
 
struct  __gnu_parallel::split_consistently< true, RandomAccessIterator, Comparator, SortingPlacesIterator >
 

Namespaces

namespace  __gnu_parallel
 

Functions

template<typename RandomAccessIterator , typename _DifferenceTp >
void __gnu_parallel::determine_samples (PMWMSSortingData< RandomAccessIterator > *sd, _DifferenceTp num_samples)
 
template<bool stable, bool exact, typename RandomAccessIterator , typename Comparator >
void __gnu_parallel::parallel_sort_mwms (RandomAccessIterator begin, RandomAccessIterator end, Comparator comp, thread_index_t num_threads)
 
template<bool stable, bool exact, typename RandomAccessIterator , typename Comparator >
void __gnu_parallel::parallel_sort_mwms_pu (PMWMSSortingData< RandomAccessIterator > *sd, Comparator &comp)
 

Detailed Description

Parallel multiway merge sort. This file is a GNU parallel extension to the Standard C++ Library.

Definition in file multiway_mergesort.h.