Implements thread-local storage using tbb::enumerable_thread_specific
.
More...
Public Member Functions | |
thread_local_storage (thread_local_storage const &)=delete | |
thread_local_storage & | operator= (thread_local_storage const &)=delete |
T & | get (void) |
Implements thread-local storage using tbb::enumerable_thread_specific
.