|
template<typename ClockType , typename Duration > |
std::ostream & | pss::astrotypes::units::operator<< (std::ostream &os, TimePoint< ClockType, Duration > const &tp) |
|
template<typename ClockType , typename Duration , typename Duration2 > |
TimePoint< ClockType, Duration > | pss::astrotypes::units::operator+ (TimePoint< ClockType, Duration > const &lhs, Duration2 const &rhs) |
|
template<typename ClockType , typename DurationType , typename Rep > |
TimePoint< ClockType, DurationType > | pss::astrotypes::units::operator+ (TimePoint< ClockType, DurationType > const &lhs, boost::units::quantity< boost::units::si::time, Rep > const &rhs) |
|
template<typename ClockType , typename DurationType , typename Rep > |
TimePoint< ClockType, DurationType > & | pss::astrotypes::units::operator+= (TimePoint< ClockType, DurationType > &lhs, boost::units::quantity< boost::units::si::time, Rep > const &rhs) |
|
template<typename ClockType , typename DurationType , typename Rep > |
TimePoint< ClockType, DurationType > | pss::astrotypes::units::operator- (TimePoint< ClockType, DurationType > const &lhs, boost::units::quantity< boost::units::si::time, Rep > const &rhs) |
|
template<typename ClockType , typename DurationType , typename Rep > |
TimePoint< ClockType, DurationType > & | pss::astrotypes::units::operator-= (TimePoint< ClockType, DurationType > &lhs, boost::units::quantity< boost::units::si::time, Rep > const &rhs) |
|
template<typename ClockType , typename Duration , typename Duration2 > |
TimePoint< ClockType, Duration > | pss::astrotypes::units::operator- (TimePoint< ClockType, Duration > const &lhs, Duration2 const &rhs) |
|
template<typename ClockType , typename Duration , typename Duration2 > |
Duration | pss::astrotypes::units::operator- (TimePoint< ClockType, Duration > const &lhs, TimePoint< ClockType, Duration2 > const &rhs) |
|