LTL
2.0.x
|
Public Member Functions | |
template<typename T1 , int N> | |
ExprNode< ExprUnopNode < typename ExprNodeType< T1 > ::expr_type, __ltl_cast < To_Type, typename T1::value_type >, N >, N > | operator() (const ExprBase< T1, N > &a) |
cast<> operation for ExprBase arguments More... | |
Type cast operation for MArray
. Usage and semantics are (almost) as static_cast<T>()
operation. For example, to use the elements of an
as ints
, use
. See the extra parenthesis to instantiate the cast
instance?
|
inline |
cast<> operation for ExprBase
arguments
References ltl::ExprBase< Derived_T, N_Dims >::derived().