MCPcopy Create free account
hub / github.com/Xtra-Computing/thundersvm / NoCopy

Method NoCopy

include/thundersvm/util/log.h:543–543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541 class NoCopy {
542 protected:
543 NoCopy(void) {}
544 private:
545 NoCopy(const NoCopy&);
546 NoCopy& operator=(const NoCopy&);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected