|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator!= (Approx const &lhs, T const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator!= (T const &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator<= (Approx const &lhs, T const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator<= (T const &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator== (Approx const &lhs, const T &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator== (const T &lhs, Approx const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator>= (Approx const &lhs, T const &rhs) |
|
template<typename T , typename = typename std::enable_if<std::is_constructible<double, T>::value>::type> |
bool | operator>= (T const &lhs, Approx const &rhs) |
|