Intel(R) Threading Building Blocks Doxygen Documentation
version 4.2.3
|
Functions | |
template<typename F > | |
internal::return_type_or_void< F >::type | isolate (F &f) |
template<typename F > | |
internal::return_type_or_void< F >::type | isolate (const F &f) |
internal::return_type_or_void<F>::type tbb::interface7::this_task_arena::isolate | ( | F & | f | ) |
Executes a mutable functor in isolation within the current task arena. Since C++11, the method returns the value returned by functor (prior to C++11 it returns void).
Definition at line 464 of file task_arena.h.
References type.
internal::return_type_or_void<F>::type tbb::interface7::this_task_arena::isolate | ( | const F & | f | ) |
Executes a constant functor in isolation within the current task arena. Since C++11, the method returns the value returned by functor (prior to C++11 it returns void).
Definition at line 471 of file task_arena.h.
References type.