Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/Polar_PAC/Encoder_polar_PAC.cpp:85–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
84
template<typename B>
85
Encoder_polar_PAC<B>*
86
Encoder_polar_PAC<B>::clone() const
87
{
88
auto m = new Encoder_polar_PAC(*this);
89
m->deep_copy(*this);
90
return m;
91
}
92
93
template<typename B>
94
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected