MCPcopy Create free account
hub / github.com/chigraph/chigraph / GraphModule

Method GraphModule

libchigraph/include/chi/GraphModule.hpp:25–25  ·  view source on GitHub ↗

No copy or move -- pointer only

Source from the content-addressed store, hash-verified

23
24 // No copy or move -- pointer only
25 GraphModule(const GraphModule&) = delete;
26 GraphModule(GraphModule&&) = delete;
27 GraphModule& operator=(const GraphModule&) = delete;
28 GraphModule& operator=(GraphModule&&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected