24 #ifndef ACLELEMENTCONVERT_H
25 #define ACLELEMENTCONVERT_H
27 #include "../Operators/aclOperatorUnary.h"
41 class ElementConvert:
public OperatorUnary
47 virtual string str(
const KernelConfiguration & kernelConfig)
const;
52 #endif // ACLELEMENTCONVERT_H
Advanced Computational Language.
virtual string str(const KernelConfiguration &kernelConfig) const
acl::TypeID type(acl::typeToTypeID< FlT >())
std::shared_ptr< ElementBase > Element
ElementConvert(Element a, TypeID type, bool strong=true)