| 
    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 | 
Additional Inherited Members | |
  Private Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete | 
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
Body class used to test if elements in a range are presorted.
Definition at line 124 of file parallel_sort.h.
      
  | 
  inline | 
Definition at line 128 of file parallel_sort.h.
      
  | 
  inline | 
Definition at line 130 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 125 of file parallel_sort.h.
Referenced by tbb::interface9::internal::quick_sort_pretest_body< RandomAccessIterator, Compare >::operator()().