tbb::internal::start_reduce_with_affinity< Range, Body > Class Template Reference
[Algorithms]
Task type used to split the work of parallel_reduce with affinity_partitioner.
More...
#include <parallel_reduce.h>
Inherits tbb::task.
Inheritance diagram for tbb::internal::start_reduce_with_affinity< Range, Body >:
[legend]List of all members.
|
Static Public Member Functions |
void | run (const Range &range, Body &body, affinity_partitioner &partitioner) |
Friends |
class | finish_reduce_with_affinity |
Detailed Description
template<typename Range, typename Body>
class tbb::internal::start_reduce_with_affinity< Range, Body >
Task type used to split the work of parallel_reduce with affinity_partitioner.
The documentation for this class was generated from the following file:
Copyright © 2005-2008 Intel Corporation. All Rights Reserved.
Intel, Pentium, Intel Xeon, Itanium, Intel XScale and VTune are
registered trademarks or trademarks of Intel Corporation or its
subsidiaries in the United States and other countries.
* Other names and brands may be claimed as the property of others.