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