Feel++  0.92.0
Static Public Attributes
Feel::DimFromShape< sh > Struct Template Reference

List of all members.

Static Public Attributes

static const uint16_type value

template<Shape sh>
struct Feel::DimFromShape< sh >


Member Data Documentation

template<Shape sh>
const uint16_type Feel::DimFromShape< sh >::value [static]
Initial value:
 mpl::if_<mpl::equal_to<mpl::int_<sh>, mpl::int_<LINE> >,
                             mpl::int_<1>,
                             typename mpl::if_<mpl::equal_to<mpl::int_<sh>, mpl::int_<TRIANGLE> >,
                             mpl::int_<2>,
                             mpl::int_<3> >::type>::type::value