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.cpp:66–72 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
65
template<typename B>
66
Encoder_polar_MK<B>*
67
Encoder_polar_MK<B>::clone() const
68
{
69
auto m = new Encoder_polar_MK(*this);
70
m->deep_copy(*this);
71
return m;
72
}
73
74
template<typename B>
75
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected