description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: auto_partitioner Class |
auto_partitioner Class |
11/04/2016 |
|
|
7cc08e5d-20b4-47a4-b4b5-c214a78f5a9e |
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 employs range stealing for load balancing as well as per-iterate cancellation.
class auto_partitioner;
Name | Description |
---|---|
auto_partitioner | Constructs a auto_partitioner object. |
~auto_partitioner Destructor | Destroys a auto_partitioner object. |
auto_partitioner
Header: ppl.h
Namespace: concurrency
Destroys a auto_partitioner
object.
~auto_partitioner();
Constructs a auto_partitioner
object.
auto_partitioner();