Struct template get_dimension<quantity< Unit, Y >>boost::units::get_dimension<quantity< Unit, Y >> — get the dimension of a quantity Synopsistemplate<typename Unit, typename Y> struct get_dimension<quantity< Unit, Y >> { // types typedef get_dimension< Unit >::type type; }; |