Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <parallel_for_each.h>
Public Member Functions | |
parallel_for_each_body_for (const Function &_func) | |
void | operator() (tbb::blocked_range< Iterator > range) const |
Private Attributes | |
const Function & | my_func |
Additional Inherited Members | |
![]() | |
void | operator= (const no_assign &)=delete |
no_assign (const no_assign &)=default | |
no_assign ()=default | |
Definition at line 41 of file parallel_for_each.h.
|
inline |
Definition at line 44 of file parallel_for_each.h.
|
inline |
Definition at line 46 of file parallel_for_each.h.
References tbb::blocked_range< Value >::begin(), tbb::blocked_range< Value >::end(), end, and tbb::internal::parallel_for_each_body_for< Function, Iterator >::my_func.
|
private |
Definition at line 42 of file parallel_for_each.h.
Referenced by tbb::internal::parallel_for_each_body_for< Function, Iterator >::operator()().