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

Method clone

src/Module/Decoder/Repetition/Decoder_repetition_fast.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29template<typename B, typename R>
30Decoder_repetition_fast<B, R>*
31Decoder_repetition_fast<B, R>::clone() const
32{
33 auto m = new Decoder_repetition_fast(*this);
34 m->deep_copy(*this);
35 return m;
36}
37
38template<typename B, typename R>
39int

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected