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

Method Bingleton

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

Source from the content-addressed store, hash-verified

39 void Set(int x) { mX = x;}
40
41 Bingleton() = default;
42 ~Bingleton(){}
43
44private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected