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

Method SingletonNodeBase

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

Source from the content-addressed store, hash-verified

84class SingletonNodeBase : public Base {
85public:
86 SingletonNodeBase(const SingletonNodeBase&) = delete;
87 SingletonNodeBase& operator=(const SingletonNodeBase&) = delete;
88
89 SingletonNodeBase(SingletonNodeBase&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected