Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/Polar_MK/Encoder_polar_MK_sys.cpp:32–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
31
template<typename B>
32
Encoder_polar_MK_sys<B>*
33
Encoder_polar_MK_sys<B>::clone() const
34
{
35
auto m = new Encoder_polar_MK_sys(*this);
36
m->deep_copy(*this);
37
return m;
38
}
39
40
template<typename B>
41
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected