Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Decoder/BCH/Standard/Decoder_BCH_std.cpp:44–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
43
template<typename B, typename R>
44
Decoder_BCH_std<B, R>*
45
Decoder_BCH_std<B, R>::clone() const
46
{
47
auto m = new Decoder_BCH_std(*this);
48
m->deep_copy(*this);
49
return m;
50
}
51
52
template<typename B, typename R>
53
int
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected