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

Method clone

src/Factory/Module/Encoder/LDPC/Encoder_LDPC.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30Encoder_LDPC*
31Encoder_LDPC ::clone() const
32{
33 return new Encoder_LDPC(*this);
34}
35
36void
37Encoder_LDPC ::get_description(cli::Argument_map_info& args) const

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected