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