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

Method clone

src/Factory/Module/Decoder/LDPC/Decoder_LDPC.cpp:52–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Decoder_LDPC*
53Decoder_LDPC ::clone() const
54{
55 return new Decoder_LDPC(*this);
56}
57
58struct Real_splitter
59{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected