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

Method ThreadLocal

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

Source from the content-addressed store, hash-verified

1828class ThreadLocal : public ThreadLocalBase {
1829 public:
1830 ThreadLocal() : default_factory_(new DefaultValueHolderFactory()) {}
1831 explicit ThreadLocal(const T& value)
1832 : default_factory_(new InstanceValueHolderFactory(value)) {}
1833

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected