This topic has not yet been rated - Rate this topic

auto_partitioner Class

Visual Studio 2012

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.

class auto_partitioner;

Name

Description

auto_partitioner::auto_partitioner Constructor

Constructs a auto_partitioner object.

auto_partitioner::~auto_partitioner Destructor

Destroys a auto_partitioner object.

auto_partitioner

Header: ppl.h

Namespace: concurrency

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.