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

Method clone

src/Module/Decoder/RS/Decoder_RS.cpp:39–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37
38template<typename B, typename R>
39Decoder_RS<B, R>*
40Decoder_RS<B, R>::clone() const
41{
42 throw spu::tools::unimplemented_error(__FILE__, __LINE__, __func__);
43}
44
45template<typename B, typename R>
46int

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected