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

Method clone

src/Module/Encoder/LDPC/From_H/Encoder_LDPC_from_H.cpp:65–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63
64template<typename B>
65Encoder_LDPC_from_H<B>*
66Encoder_LDPC_from_H<B>::clone() const
67{
68 auto m = new Encoder_LDPC_from_H(*this);
69 m->deep_copy(*this);
70 return m;
71}
72
73// ==================================================================================== explicit template instantiation
74#include "Tools/types.h"

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected