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

Method clone

src/Module/Encoder/Polar_PAC/Encoder_polar_PAC.cpp:85–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83
84template<typename B>
85Encoder_polar_PAC<B>*
86Encoder_polar_PAC<B>::clone() const
87{
88 auto m = new Encoder_polar_PAC(*this);
89 m->deep_copy(*this);
90 return m;
91}
92
93template<typename B>
94void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected