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