MCPcopy Create free account
hub / github.com/antmachineintelligence/mtgbmcode / Clone

Method Clone

src/io/dense_nbits_bin.hpp:370–372  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

368 }
369
370 Dense4bitsBin* Clone() override {
371 return new Dense4bitsBin(*this);
372 }
373
374 protected:
375 Dense4bitsBin(const Dense4bitsBin& other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected