15template <
class ReturnType,
class ParamType >
18 std::shared_ptr < abstraction::Value >
run ( )
const override {
19 const std::shared_ptr < abstraction::Value > & rawParam = std::get < 0 > ( this->
getParams ( ) );
20 ParamType && param = retrieveValue < ParamType && > ( rawParam );
const ext::array< std::shared_ptr< abstraction::Value >, NumberOfParams > & getParams() const
Definition: NaryOperationAbstraction.hpp:21
Definition: NaryOperationAbstraction.hpp:77
Definition: NormalizeAbstraction.hpp:16
std::shared_ptr< abstraction::Value > run() const override
Definition: NormalizeAbstraction.hpp:18
Definition: ValueOperationAbstraction.hpp:19
static normalizer< SourceType > normalize(SourceType &&source)
Definition: NormalizeFactory.hpp:35
Definition: AlgorithmAbstraction.hpp:11