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

Method clone

src/Module/Encoder/Polar_MK/Encoder_polar_MK_sys.cpp:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template<typename B>
32Encoder_polar_MK_sys<B>*
33Encoder_polar_MK_sys<B>::clone() const
34{
35 auto m = new Encoder_polar_MK_sys(*this);
36 m->deep_copy(*this);
37 return m;
38}
39
40template<typename B>
41void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected