#include <boost/units/quantity.hpp>
Go to the source code of this file.
|
class | pss::astrotypes::units::Quantity< Unit, NumericalRep, Enabled > |
|
struct | boost::units::multiply_typeof_helper< T1, pss::astrotypes::units::Quantity< Unit, X > > |
|
struct | boost::units::multiply_typeof_helper< pss::astrotypes::units::Quantity< Unit, X >, T1 > |
|
struct | boost::units::divide_typeof_helper< T1, pss::astrotypes::units::Quantity< Unit, X > > |
|
struct | boost::units::divide_typeof_helper< pss::astrotypes::units::Quantity< Unit, X >, T1 > |
|
|
template<typename Unit , typename Rep , typename Unit2 , typename Rep2 > |
Quantity< Unit, Rep > | pss::astrotypes::units::operator+ (Quantity< Unit, Rep > const &a, boost::units::quantity< Unit2, Rep2 > const &b) |
|
template<typename Unit , typename Rep , typename Unit2 , typename Rep2 > |
Quantity< Unit, Rep > | pss::astrotypes::units::operator- (Quantity< Unit, Rep > const &a, boost::units::quantity< Unit2, Rep2 > const &b) |
|