STAPL API Reference          
Overview   Containers   Algorithms   Views   Skeletons   Run-Time System
Modules     Classes    
List of all members | Public Member Functions
stapl::runtime::tbb_impl::thread_local_storage< T > Class Template Reference

Implements thread-local storage using tbb::enumerable_thread_specific. More...

Public Member Functions

 thread_local_storage (thread_local_storage const &)=delete
 
thread_local_storageoperator= (thread_local_storage const &)=delete
 
T & get (void)
 

Detailed Description

template<typename T>
class stapl::runtime::tbb_impl::thread_local_storage< T >

Implements thread-local storage using tbb::enumerable_thread_specific.


The documentation for this class was generated from the following file: