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

Method clone

src/Module/Extractor/LDPC/Extractor_LDPC.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19template<typename B, typename Q>
20Extractor_LDPC<B, Q>*
21Extractor_LDPC<B, Q>::clone() const
22{
23 auto m = new Extractor_LDPC(*this);
24 m->deep_copy(*this);
25 return m;
26}
27
28template<typename B, typename Q>
29const std::vector<uint32_t>&

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected