MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / Approx

Method Approx

Bcore/src/main/cpp/Dobby/tests/catch.hpp:1968–1969  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1966
1967 template <typename T, typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
1968 explicit Approx(T const &value) : Approx(static_cast<double>(value)) {
1969 }
1970
1971 template <typename T, typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
1972 friend bool operator==(const T &lhs, Approx const &rhs) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected