#include <parallel_reduce.h>
Inherits tbb::task.
Inheritance diagram for tbb::internal::start_reduce< Range, Body, Partitioner >:
Static Public Member Functions | |
void | run (const Range &range, Body &body, const Partitioner &partitioner) |
void | run (const Range &range, Body &body, const Partitioner &partitioner) |
void | run (const Range &range, Body &body, const Partitioner &partitioner, task_group_context &context) |
Friends | |
class | finish_reduce |