astrotypes  0.0
Functions
std::chrono Namespace Reference

Functions

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 >())
 

Function Documentation

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
bool std::chrono::operator!= ( std::chrono::duration< Rep, Ratio > const &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)
inline

Definition at line 145 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
std::chrono::duration<Rep, Ratio> std::chrono::operator+ ( std::chrono::duration< Rep, Ratio > const &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)

Definition at line 245 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
std::chrono::duration<Rep, Ratio>& std::chrono::operator+= ( std::chrono::duration< Rep, Ratio > &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)

Definition at line 257 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
std::chrono::duration<Rep, Ratio> std::chrono::operator- ( std::chrono::duration< Rep, Ratio > const &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)

Definition at line 251 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
std::chrono::duration<Rep, Ratio>& std::chrono::operator-= ( std::chrono::duration< Rep, Ratio > &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)

Definition at line 263 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
auto std::chrono::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>())

Definition at line 269 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
bool std::chrono::operator< ( std::chrono::duration< Rep, Ratio > const &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)
inline

Definition at line 121 of file Time.h.

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
bool std::chrono::operator<= ( std::chrono::duration< Rep, Ratio > const &  lhs,
boost::units::quantity< Unit, Rep2 > const &  rhs 
)
inline

Definition at line 133 of file Time.h.

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
bool std::chrono::operator== ( std::chrono::duration< Rep, Ratio > const &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)
inline

Definition at line 139 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
bool std::chrono::operator> ( std::chrono::duration< Rep, Ratio > const &  c,
boost::units::quantity< Unit, Rep2 > const &  b 
)
inline

Definition at line 127 of file Time.h.

Here is the call graph for this function:

template<typename Ratio , typename Rep , typename Unit , typename Rep2 >
bool std::chrono::operator>= ( std::chrono::duration< Rep, Ratio > const &  lhs,
boost::units::quantity< Unit, Rep2 > const &  rhs 
)
inline

Definition at line 136 of file Time.h.