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

Method clone

src/Module/Decoder/Turbo/Decoder_turbo_std.cpp:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24
25template<typename B, typename R>
26Decoder_turbo_std<B, R>*
27Decoder_turbo_std<B, R>::clone() const
28{
29 auto m = new Decoder_turbo_std(*this);
30 m->deep_copy(*this);
31 return m;
32}
33
34template<typename B, typename R>
35int

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected