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

Method build

src/Factory/Module/Monitor/MI/Monitor_MI.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template<typename B, typename R>
62module::Monitor_MI<B, R>*
63Monitor_MI ::build() const
64{
65 if (this->type == "STD") return new module::Monitor_MI<B, R>(this->N, this->n_trials);
66
67 throw spu::tools::cannot_allocate(__FILE__, __LINE__, __func__);
68}
69
70// ==================================================================================== explicit template instantiation
71#include "Tools/types.h"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected