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

Method clone

src/Module/Decoder/Generic/ML/Decoder_maximum_likelihood_naive.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42template<typename B, typename R>
43Decoder_maximum_likelihood_naive<B, R>*
44Decoder_maximum_likelihood_naive<B, R>::clone() const
45{
46 auto m = new Decoder_maximum_likelihood_naive(*this);
47 m->deep_copy(*this);
48 return m;
49}
50
51template<typename B, typename R>
52int

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected