Main Page · Modules · All Classes · Class Hierarchy |
A wrapper class to cover boost::thread_specific_ptr/folly::ThreadLocal API on certain targets. More...
#include <MCThreadLocalData.hpp>
Inherits ThreadLocalPtr< T >.
Private Attributes | |
bool | Cleanup |
Whenever the thread local data is registered for cleanup. | |
A wrapper class to cover boost::thread_specific_ptr/folly::ThreadLocal API on certain targets.
Definition at line 72 of file MCThreadLocalData.hpp.