Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
#include <task_arena.h>
Public Member Functions | |
delegated_function (F &f) | |
R | consume_result () const |
~delegated_function () | |
![]() | |
virtual | ~delegate_base () |
Private Member Functions | |
void | operator() () const __TBB_override |
Private Attributes | |
F & | my_func |
tbb::aligned_space< R > | my_return_storage |
Definition at line 71 of file task_arena.h.
|
inline |
Definition at line 79 of file task_arena.h.
|
inline |
Definition at line 84 of file task_arena.h.
|
inline |
Definition at line 81 of file task_arena.h.
References tbb::move().
Referenced by tbb::interface7::task_arena::execute_impl(), and tbb::interface7::internal::isolate_impl().
|
inlineprivatevirtual |
Implements tbb::interface7::internal::delegate_base.
Definition at line 75 of file task_arena.h.
|
private |
Definition at line 72 of file task_arena.h.
Referenced by tbb::interface7::internal::task_arena_base::internal_execute().
|
private |
Definition at line 73 of file task_arena.h.