MCPcopy Create free account
hub / github.com/fmtlib/fmt / ~ThreadLocal

Method ~ThreadLocal

test/gtest/gtest/gtest.h:1823–1823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1821 : default_factory_(new InstanceValueHolderFactory(value)) {}
1822
1823 ~ThreadLocal() { ThreadLocalRegistry::OnThreadLocalDestroyed(this); }
1824
1825 T* pointer() { return GetOrCreateValue(); }
1826 const T* pointer() const { return GetOrCreateValue(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected