MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Singleton

Method Singleton

tests/StaticInLambdaTest.cpp:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13private:
14 Singleton() = default;
15 ~Singleton(){}
16
17 int mX;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected