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

Method _decode

src/Module/Decoder/BCH/Genius/Decoder_BCH_genius.cpp:32–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31template<typename B, typename R>
32int
33Decoder_BCH_genius<B, R>::_decode(B* /*Y_N*/, const size_t /*frame_id*/)
34{
35 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
36}
37
38template<typename B, typename R>
39int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected