static_partitioner Class
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The static_partitioner class represents a static partitioning of the range iterated over by parallel_for. The partitioner divides the range into as many chunks as there are workers available to the underyling scheduler.
class static_partitioner;
Public Constructors
| Name | Description |
|---|---|
| static_partitioner::static_partitioner Constructor | Constructs a static_partitioner object. |
| static_partitioner::~static_partitioner Destructor | Destroys a static_partitioner object. |
static_partitioner
Header: ppl.h
Namespace: concurrency
Destroys a static_partitioner object.
~static_partitioner();
Constructs a static_partitioner object.
static_partitioner();
Show: