#include <boost/units/static_constant.hpp>
#include <boost/units/make_scaled_unit.hpp>
#include <boost/units/systems/si/dimensionless.hpp>
Namespaces | |
boost | |
Duration formatting facet for input. | |
boost::units | |
boost::units::si | |
Macros | |
#define | BOOST_UNITS_METRIC_PREFIX(exponent, name) |
Typedefs | |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -24 > > >::type | boost::units::si::yocto_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -21 > > >::type | boost::units::si::zepto_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -18 > > >::type | boost::units::si::atto_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -15 > > >::type | boost::units::si::femto_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -12 > > >::type | boost::units::si::pico_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -9 > > >::type | boost::units::si::nano_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -6 > > >::type | boost::units::si::micro_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -3 > > >::type | boost::units::si::milli_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -2 > > >::type | boost::units::si::centi_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < -1 > > >::type | boost::units::si::deci_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 1 > > >::type | boost::units::si::deka_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 2 > > >::type | boost::units::si::hecto_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 3 > > >::type | boost::units::si::kilo_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 6 > > >::type | boost::units::si::mega_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 9 > > >::type | boost::units::si::giga_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 12 > > >::type | boost::units::si::tera_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 15 > > >::type | boost::units::si::peta_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 18 > > >::type | boost::units::si::exa_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 21 > > >::type | boost::units::si::zetta_type |
typedef make_scaled_unit < dimensionless, scale < 10, static_rational < 24 > > >::type | boost::units::si::yotta_type |
#define BOOST_UNITS_METRIC_PREFIX | ( | exponent, | |
name | |||
) |