Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template make_scaled_unit

boost::units::make_scaled_unit

Synopsis

// In header: <boost/units/make_scaled_unit.hpp>

template<typename Unit, typename Scale> 
struct make_scaled_unit {
  // types
  typedef make_scaled_unit< typenamereduce_unit< Unit >::type, Scale >::type type;
};

PrevUpHomeNext