Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Body class used to test if elements in a range are presorted. More...
#include <parallel_sort.h>
Public Member Functions | |
quick_sort_pretest_body (const Compare &_comp) | |
void | operator() (const blocked_range< RandomAccessIterator > &range) const |
Private Attributes | |
const Compare & | comp |
Body class used to test if elements in a range are presorted.
Definition at line 121 of file parallel_sort.h.
|
inline |
Definition at line 125 of file parallel_sort.h.
|
inline |
Definition at line 127 of file parallel_sort.h.
References tbb::blocked_range< Value >::begin(), tbb::task::cancel_group_execution(), tbb::interface9::internal::quick_sort_pretest_body< RandomAccessIterator, Compare >::comp, tbb::blocked_range< Value >::end(), tbb::task::is_cancelled(), and tbb::task::self().
|
private |
Definition at line 122 of file parallel_sort.h.
Referenced by tbb::interface9::internal::quick_sort_pretest_body< RandomAccessIterator, Compare >::operator()().