#include <boost/units/systems/si/time.hpp>
#include <boost/units/quantity.hpp>
#include <boost/units/is_quantity.hpp>
#include <boost/units/is_unit_of_dimension.hpp>
#include <chrono>
#include <ostream>
#include "detail/TimePoint.cpp"
Go to the source code of this file.
|
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 > |
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) |
|
template<typename ClockType , typename Duration > |
std::ostream & | pss::astrotypes::units::operator<< (std::ostream &, TimePoint< ClockType > const &tp) |
| output a TimePoint as a string to the ostream More...
|
|