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

Method clone

src/Module/Decoder/BCH/Decoder_BCH.cpp:29–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28template<typename B, typename R>
29Decoder_BCH<B, R>*
30Decoder_BCH<B, R>::clone() const
31{
32 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
33}
34
35template<typename B, typename R>
36bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected