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

Method clone

src/Module/Encoder/BCH/Encoder_BCH.cpp:36–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34
35template<typename B>
36Encoder_BCH<B>*
37Encoder_BCH<B>::clone() const
38{
39 auto m = new Encoder_BCH(*this);
40 m->deep_copy(*this);
41 return m;
42}
43
44template<typename B>
45void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected