MCPcopy Create free account
hub / github.com/OISF/libhtp / ThreadLocal

Method ThreadLocal

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

Source from the content-addressed store, hash-verified

2389class ThreadLocal {
2390 public:
2391 ThreadLocal() : key_(CreateKey()),
2392 default_() {}
2393 explicit ThreadLocal(const T& value) : key_(CreateKey()),
2394 default_(value) {}
2395

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected