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

Method clone

src/Module/Decoder/Repetition/Decoder_repetition.cpp:33–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31
32template<typename B, typename R>
33Decoder_repetition<B, R>*
34Decoder_repetition<B, R>::clone() const
35{
36 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
37}
38
39template<typename B, typename R>
40void

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected