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