MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / CDHashMap

Method CDHashMap

deps/CVC4/context/cdhashmap.h:291–291  ·  view source on GitHub ↗

no copy or assignment

Source from the content-addressed store, hash-verified

289
290 // no copy or assignment
291 CDHashMap(const CDHashMap&) = delete;
292 CDHashMap& operator=(const CDHashMap&) = delete;
293
294public:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected