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

Method build

src/Factory/Module/Encoder/Conv/Encoder_conv.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83template<typename B>
84module::Encoder_conv<B>*
85Encoder_conv ::build() const
86{
87 if (this->type == "CONV") return new module::Encoder_conv<B>(this->K, this->N_cw, this->poly);
88
89 throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__);
90}
91
92// ==================================================================================== explicit template instantiation
93#include "Tools/types.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected