Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Calls the function with values from range [begin, end) with a step provided. More...
#include <parallel_for.h>
Public Member Functions | |
parallel_for_body (const Function &_func, Index &_begin, Index &_step) | |
void | operator() (const tbb::blocked_range< Index > &r) const |
Private Attributes | |
const Function & | my_func |
const Index | my_begin |
const Index | my_step |
Calls the function with values from range [begin, end) with a step provided.
Definition at line 152 of file tbb/parallel_for.h.
|
inline |
Definition at line 157 of file tbb/parallel_for.h.
|
inline |
Definition at line 160 of file tbb/parallel_for.h.
References tbb::blocked_range< Value >::begin(), and tbb::blocked_range< Value >::end().
|
private |
Definition at line 154 of file tbb/parallel_for.h.
|
private |
Definition at line 153 of file tbb/parallel_for.h.
|
private |
Definition at line 155 of file tbb/parallel_for.h.