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

Method clone

src/Module/Decoder/Repetition/Decoder_repetition_vote.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected