21 #ifndef __TBB_combinable_H 22 #define __TBB_combinable_H 45 template <
typename finit>
53 #if __TBB_ETS_USE_CPP11 62 #if __TBB_ETS_USE_CPP11 76 template <
typename combine_func_t>
80 template <
typename combine_func_t>
tbb::cache_aligned_allocator< T > my_alloc
Meets "allocator" requirements of ISO C++ Standard, Section 20.1.5.
T combine(combine_func_t f_combine)
reference local()
returns reference to local, discarding exists
Thread-local storage with optional reduction.
combinable(combinable &&other)
void combine_each(combine_func_t f_combine)
combinable & operator=(combinable &&other)
void combine_each(combine_func_t f_combine)
void move(tbb_thread &t1, tbb_thread &t2)
combinable & operator=(const combinable &other)
void clear()
Destroys local copies.
combinable(const combinable &other)
T combine(combine_func_t f_combine)
The enumerable_thread_specific container.
tbb::enumerable_thread_specific< T, my_alloc, ets_no_key > my_ets_type