|
Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <parallel_for_each.h>
Public Member Functions | |
| parallel_for_each_body_do (const Function &_func) | |
| void | operator() (typename std::iterator_traits< Iterator >::reference value) const |
Private Attributes | |
| const Function & | my_func |
Additional Inherited Members | |
Private Member Functions inherited from tbb::internal::no_assign | |
| void | operator= (const no_assign &)=delete |
| no_assign (const no_assign &)=default | |
| no_assign ()=default | |
Definition at line 29 of file parallel_for_each.h.
|
inline |
Definition at line 32 of file parallel_for_each.h.
|
inline |
Definition at line 34 of file parallel_for_each.h.
References tbb::internal::parallel_for_each_body_do< Function, Iterator >::my_func, and value.
|
private |
Definition at line 30 of file parallel_for_each.h.
Referenced by tbb::internal::parallel_for_each_body_do< Function, Iterator >::operator()().