Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aff3ct/aff3ct
/ clone
Method
clone
src/Module/Encoder/LDPC/QC/Encoder_LDPC_QC_fast.cpp:35–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
template<typename B>
35
Encoder_LDPC_QC_fast<B>*
36
Encoder_LDPC_QC_fast<B>::clone() const
37
{
38
auto m = new Encoder_LDPC_QC_fast(*this);
39
m->deep_copy(*this);
40
return m;
41
}
42
43
template<typename B>
44
void
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected