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

Method clone

src/Module/Extractor/Uncoded/Extractor_uncoded.cpp:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected