Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct amount_base_dimension

boost::units::amount_base_dimension — base dimension of amount

Synopsis

// In header: <boost/units/physical_dimensions/amount.hpp>


struct amount_base_dimension :
  public boost::units::base_dimension< amount_base_dimension,-4 >
{
};

PrevUpHomeNext