Contents
#include <threadlocal.h> template <class T> class ThreadSingleton { public: // methods static T& instance (); };