|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
boost::units::quantity< Unit, Rep2 > | operator+ (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
boost::units::quantity< Unit, Rep2 > | operator- (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
boost::units::quantity< Unit, Rep2 > & | operator+= (boost::units::quantity< Unit, Rep2 > &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
boost::units::quantity< Unit, Rep2 > & | operator-= (boost::units::quantity< Unit, Rep2 > &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
auto | operator/ (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) -> decltype(boost::units::quantity< Unit, Rep2 >()/boost::units::quantity< Unit, Rep >()) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
bool | operator< (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
bool | operator> (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
bool | operator<= (boost::units::quantity< Unit, Rep2 > const &lhs, std::chrono::duration< Rep, Ratio > const &rhs) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
bool | operator>= (boost::units::quantity< Unit, Rep2 > const &lhs, std::chrono::duration< Rep, Ratio > const &rhs) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
bool | operator== (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) |
|
template<typename Ratio , typename Rep , typename Unit , typename Rep2 > |
bool | operator!= (boost::units::quantity< Unit, Rep2 > const &b, std::chrono::duration< Rep, Ratio > const &c) |
|