MCPcopy Create free account
hub / github.com/aff3ct/aff3ct / clone

Method clone

src/Module/Decoder/LDPC/BF/Decoder_LDPC_bit_flipping.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115
116template<typename B, typename R>
117Decoder_LDPC_bit_flipping<B, R>*
118Decoder_LDPC_bit_flipping<B, R>::clone() const
119{
120 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
121}
122
123template<typename B, typename R>
124void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected