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

Implements thread-local storage using boost::thread_specific_ptr. 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::boost_impl::thread_local_storage< T >

Implements thread-local storage using boost::thread_specific_ptr.

Warning
This is often a slower performing thread-local storage than thread_local, but is required for compilers and platforms that do not support the latter.

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