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.cpp:41–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
40
template<typename B>
41
Encoder_LDPC_QC<B>*
42
Encoder_LDPC_QC<B>::clone() const
43
{
44
auto m = new Encoder_LDPC_QC(*this);
45
m->deep_copy(*this);
46
return m;
47
}
48
49
template<typename B>
50
std::vector<std::vector<B>>
Callers
nothing calls this directly
Calls
1
deep_copy
Method · 0.45
Tested by
no test coverage detected