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

Method clone

src/Module/Decoder/NO/Decoder_NO.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected