STLdoc
STLdocumentation
|
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.
More...
#include <ppl.h>
Public Member Functions | |
static_partitioner () | |
Constructs a static_partitioner object. More... | |
~static_partitioner () | |
Destroys a static_partitioner object. More... | |
template<class _Type > | |
_Type | _Get_num_chunks (_Type) const |
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.
|
inline |
Constructs a static_partitioner
object.
|
inline |
Destroys a static_partitioner
object.
|
inline |