STLdoc
STLdocumentation
|
The auto_partitioner
class represents the default method parallel_for
, parallel_for_each
and parallel_transform
use to partition the range they iterates over. This method of partitioning employes range stealing for load balancing as well as per-iterate cancellation.
More...
#include <ppl.h>
Public Member Functions | |
auto_partitioner () | |
Constructs a auto_partitioner object. More... | |
~auto_partitioner () | |
Destroys a auto_partitioner object. More... | |
template<class _Type > | |
_Type | _Get_num_chunks (_Type) const |
The auto_partitioner
class represents the default method parallel_for
, parallel_for_each
and parallel_transform
use to partition the range they iterates over. This method of partitioning employes range stealing for load balancing as well as per-iterate cancellation.
|
inline |
Constructs a auto_partitioner
object.
|
inline |
Destroys a auto_partitioner
object.
|
inline |