tbb::internal::start_reduce< Range, Body, Partitioner > Class Template Reference
[Algorithms]
Task type used to split the work of parallel_reduce.
More...
#include <parallel_reduce.h>
Inherits tbb::task.
Inheritance diagram for tbb::internal::start_reduce< Range, Body, Partitioner >:
[legend]List of all members.
|
Static Public Member Functions |
void | run (const Range &range, Body &body, const Partitioner &partitioner) |
Friends |
class | finish_reduce |
Detailed Description
template<typename Range, typename Body, typename Partitioner>
class tbb::internal::start_reduce< Range, Body, Partitioner >
Task type used to split the work of parallel_reduce.
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.