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

Method clone

src/Module/Decoder/Generic/ML/Decoder_maximum_likelihood_std.cpp:44–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected