GNU g++  v5.2.1
GNU Standard C++
__gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator > Struct Template Reference

Split by exact splitting. More...

#include <multiway_mergesort.h>

Public Member Functions

void operator() (const _ThreadIndex __iam, _PMWMSSortingData< _RAIter > *__sd, _Compare &__comp, const typename std::iterator_traits< _RAIter >::difference_type __num_samples) const
 

Detailed Description

template<typename _RAIter, typename _Compare, typename _SortingPlacesIterator>
struct __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >

Split by exact splitting.

Member Function Documentation

template<typename _RAIter , typename _Compare , typename _SortingPlacesIterator >
void __gnu_parallel::_SplitConsistently< true, _RAIter, _Compare, _SortingPlacesIterator >::operator() ( const _ThreadIndex  __iam,
_PMWMSSortingData< _RAIter > *  __sd,
_Compare &  __comp,
const typename std::iterator_traits< _RAIter >::difference_type  __num_samples 
) const
inline

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