![]() |
Home | Libraries | People | FAQ | More |
boost::units::scale
template<long Base, typename Exponent> struct scale { // types typedef Exponent exponent; typedef double value_type; // public static functions static value_type value() ; static std::string name() ; static std::string symbol() ; static const long base; };