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

Method clone

src/Module/Encoder/RSC/Encoder_RSC_generic_sys.cpp:61–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59
60template<typename B>
61Encoder_RSC_generic_sys<B>*
62Encoder_RSC_generic_sys<B>::clone() const
63{
64 auto m = new Encoder_RSC_generic_sys(*this);
65 m->deep_copy(*this);
66 return m;
67}
68
69template<typename B>
70int

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected