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

Method clone

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

Source from the content-addressed store, hash-verified

39
40template<typename B>
41Encoder_LDPC_QC<B>*
42Encoder_LDPC_QC<B>::clone() const
43{
44 auto m = new Encoder_LDPC_QC(*this);
45 m->deep_copy(*this);
46 return m;
47}
48
49template<typename B>
50std::vector<std::vector<B>>

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected