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

Method clone

src/Module/Encoder/RSC/Encoder_RSC3_CPE_sys.cpp:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17template<typename B>
18Encoder_RSC3_CPE_sys<B>*
19Encoder_RSC3_CPE_sys<B>::clone() const
20{
21 auto m = new Encoder_RSC3_CPE_sys(*this);
22 m->deep_copy(*this);
23 return m;
24}
25
26template<typename B>
27int

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected