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

Method clone

src/Module/Encoder/BCH/Encoder_BCH_inter.cpp:25–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24template<typename B>
25Encoder_BCH_inter<B>*
26Encoder_BCH_inter<B>::clone() const
27{
28 auto m = new Encoder_BCH_inter(*this);
29 m->deep_copy(*this);
30 return m;
31}
32
33template<typename B>
34void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected