MCPcopy Create free account
hub / github.com/GlobedGD/globed2 / SingletonBase

Method SingletonBase

include/globed/util/singleton.hpp:27–27  ·  view source on GitHub ↗

no copy

Source from the content-addressed store, hash-verified

25public:
26 // no copy
27 SingletonBase(const SingletonBase&) = delete;
28 SingletonBase& operator=(const SingletonBase&) = delete;
29 // no move
30 SingletonBase(SingletonBase&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected