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

Method clone

src/Module/Source/Random/Source_random_fast.cpp:27–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25
26template<typename B>
27Source_random_fast<B>*
28Source_random_fast<B>::clone() const
29{
30 auto m = new Source_random_fast(*this);
31 m->deep_copy(*this);
32 return m;
33}
34
35template<typename B>
36void

Callers

nothing calls this directly

Calls 1

deep_copyMethod · 0.45

Tested by

no test coverage detected