#include <ThreadLocalHolder.h>
template<class T>
ThreadLocalOwner class
A ThreadLocalHolder which owns its objects.
Contents
This class merely adds deletion of the map elements in the destructor.
Base classes
-
template<class T>class ThreadLocalHolder<T>
- A thread-local storage wrapper.
Constructors, destructors, conversion operators
- ~ThreadLocalOwner()
- Destructor will clean up the storage.