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

Method clone

src/Module/Encoder/Repetition/Encoder_repetition_sys.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected