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

Method clone

src/Module/Encoder/LDPC/QC/Encoder_LDPC_QC_fast.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template<typename B>
35Encoder_LDPC_QC_fast<B>*
36Encoder_LDPC_QC_fast<B>::clone() const
37{
38 auto m = new Encoder_LDPC_QC_fast(*this);
39 m->deep_copy(*this);
40 return m;
41}
42
43template<typename B>
44void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected