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

Method clone

src/Module/Decoder/RS/Standard/Decoder_RS_std.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected