#include <partitioner.h>
Definition at line 500 of file partitioner.h.
 
◆ simple_partition_type() [1/2]
  
  
      
        
          | tbb::interface9::internal::simple_partition_type::simple_partition_type  | 
          ( | 
          const simple_partitioner &  | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ simple_partition_type() [2/2]
◆ execute()
template<typename StartType , typename Range > 
  
  
      
        
          | void tbb::interface9::internal::simple_partition_type::execute  | 
          ( | 
          StartType &  | 
          start,  | 
         
        
           | 
           | 
          Range &  | 
          range  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inline   | 
  
 
simplified algorithm 
Definition at line 506 of file partitioner.h.
  507         split_type split_obj = split(); 
   508         while( range.is_divisible() )
   509             start.offer_work( split_obj );
   510         start.run_body( range );
  
 
 
The documentation for this class was generated from the following file: