LTL  2.0.x
Static type cast in MArray expressions.

Static type-cast operation for MArrays and Expressions.

Use as

* cast<type>()( MArray )
*

or

* cast<type>()(expression)
*

in any statement or expression involving ltl::MArray objects or expressions. This results in the value of the MArray or expression being static_casted to the type type while evaluating the expression.