Feel++
0.92.0
|
Public Types | |
typedef mpl::vector< Scalar < nDim >, Vectorial< nDim > , Tensor2< nDim >, Tensor3 < nDim > > | types |
typedef mpl::find< types, T >::type | iter |
typedef mpl::deref< typename mpl::prior< iter >::type > ::type | _type |
typedef mpl::if_ < boost::is_same< _type, mpl::void_ >, mpl::identity < Scalar< nDim > >, mpl::identity< _type > >::type::type | type |
Static Public Attributes | |
static const uint16_type | nDim = T::nDim |