MCPcopy Create free account
hub / github.com/ThePhD/sol2 / SomeLib

Method SomeLib

examples/source/singleton.cpp:11–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9struct SomeLib {
10private:
11 SomeLib() {
12 }
13
14public:
15 static std::shared_ptr<SomeLib> getInstance();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected