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

Method clone

src/Module/Encoder/RS/Encoder_RS.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53
54template<typename B>
55Encoder_RS<B>*
56Encoder_RS<B>::clone() const
57{
58 auto m = new Encoder_RS(*this);
59 m->deep_copy(*this);
60 return m;
61}
62
63template<typename B>
64void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected