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

Method clone

src/Module/Decoder/RSC_DB/BCJR/Decoder_RSC_DB_BCJR.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42
43template<typename B, typename R>
44Decoder_RSC_DB_BCJR<B, R>*
45Decoder_RSC_DB_BCJR<B, R>::clone() const
46{
47 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
48}
49
50template<typename B, typename R>
51void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected