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

Method clone

src/Module/Encoder/Polar/Encoder_polar.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected