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

Method clone

src/Module/Encoder/Conv/Encoder_conv.cpp:73–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71
72template<typename B>
73Encoder_conv<B>*
74Encoder_conv<B>::clone() const
75{
76 auto m = new Encoder_conv(*this);
77 m->deep_copy(*this);
78 return m;
79}
80
81template<typename B>
82void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected