simple_partitioner Class
The simple_partitioner class represents a static partitioning of the range iterated over by parallel_for. The partitioner divides the range into chunks such that each chunk has at least the number of iterations specified by the chunk size.
class simple_partitioner;
Members
Public Constructors
Name |
Description |
---|---|
Constructs a simple_partitioner object. |
|
Destroys a simple_partitioner object. |
Inheritance Hierarchy
simple_partitioner
Requirements
Header: ppl.h
Namespace: concurrency