MArray
. Usage and semantics are (almost) as static_cast<T>()
operation. For example, to use the elements of an MArray<float,2> A
ints
, use cast<int>()( A )
cast
instance? ExprNode<ExprUnopNode<typename MArray<T,N>::ConstIterator, __ltl_cast<T_type,T>, N >, N> cast< T_type >::operator() | ( | const MArray< T, N > & | a | ) | [inline] |
Version that accepts MArrays
.
ExprNode<ExprUnopNode<ExprNode<T,N>, __ltl_cast<T_type,typename T::value_type>, N >, N > cast< T_type >::operator() | ( | const ExprNode< T, N > & | e | ) | [inline] |
Version that accepts expression types.