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

Method ThreadLocal

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

Source from the content-addressed store, hash-verified

1817class ThreadLocal : public ThreadLocalBase {
1818 public:
1819 ThreadLocal() : default_factory_(new DefaultValueHolderFactory()) {}
1820 explicit ThreadLocal(const T& value)
1821 : default_factory_(new InstanceValueHolderFactory(value)) {}
1822

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected