15template <
class Type >
18 std::shared_ptr < abstraction::Value >
run ( )
const override {
19 const std::shared_ptr < abstraction::Value > & param = std::get < 0 > ( this->
getParams ( ) );
21 return std::make_shared < abstraction::ValueHolder < Type * > > ( & retrieveValue < Type & > ( param ), true );
const ext::array< std::shared_ptr< abstraction::Value >, NumberOfParams > & getParams() const
Definition: NaryOperationAbstraction.hpp:21
Definition: NaryOperationAbstraction.hpp:77
Definition: ReferenceAbstraction.hpp:16
std::shared_ptr< abstraction::Value > run() const override
Definition: ReferenceAbstraction.hpp:18
Definition: ValueOperationAbstraction.hpp:19
Definition: AlgorithmAbstraction.hpp:11