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 |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
Calls the function with values from range [begin, end) with a step provided.
Definition at line 155 of file tbb/parallel_for.h.
|
inline |
Definition at line 160 of file tbb/parallel_for.h.
|
inline |
Definition at line 163 of file tbb/parallel_for.h.
References tbb::blocked_range< Value >::begin(), tbb::blocked_range< Value >::end(), tbb::internal::parallel_for_body< Function, Index >::my_begin, tbb::internal::parallel_for_body< Function, Index >::my_func, and tbb::internal::parallel_for_body< Function, Index >::my_step.
|
private |
Definition at line 157 of file tbb/parallel_for.h.
Referenced by tbb::internal::parallel_for_body< Function, Index >::operator()().
|
private |
Definition at line 156 of file tbb/parallel_for.h.
Referenced by tbb::internal::parallel_for_body< Function, Index >::operator()().
|
private |
Definition at line 158 of file tbb/parallel_for.h.
Referenced by tbb::internal::parallel_for_body< Function, Index >::operator()().