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

Method clone

src/Module/Encoder/AZCW/Encoder_AZCW.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected