MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / ~ThreadLocal

Method ~ThreadLocal

tests/gtest/gtest.h:1834–1834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1832 : default_factory_(new InstanceValueHolderFactory(value)) {}
1833
1834 ~ThreadLocal() { ThreadLocalRegistry::OnThreadLocalDestroyed(this); }
1835
1836 T* pointer() { return GetOrCreateValue(); }
1837 const T* pointer() const { return GetOrCreateValue(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected