MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / clone

Method clone

src/Module/Quantizer/Custom/Quantizer_custom.cpp:194–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192
193template<typename R, typename Q>
194Quantizer_custom<R, Q>*
195Quantizer_custom<R, Q>::clone() const
196{
197 auto m = new Quantizer_custom(*this);
198 m->deep_copy(*this);
199 return m;
200}
201
202template<typename R, typename Q>
203void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected