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

Method build

src/Factory/Module/Encoder/RSC_DB/Encoder_RSC_DB.cpp:69–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68template<typename B>
69module::Encoder_RSC_DB<B>*
70Encoder_RSC_DB ::build() const
71{
72 if (this->type == "RSC_DB")
73 return new module::Encoder_RSC_DB<B>(this->K, this->N_cw, this->standard, this->buffered);
74
75 throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__);
76}
77
78// ==================================================================================== explicit template instantiation
79#include "Tools/types.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected