MCPcopy Create free account
hub / github.com/chenshuo/muduo / pointer

Method pointer

muduo/base/ThreadLocalSingleton.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 static T* pointer()
35 {
36 return t_value_;
37 }
38
39 private:
40 static void destructor(void* obj)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected