MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / Approx

Method Approx

tests/catch.hpp:2744–2745  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2742
2743 template <typename T, typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
2744 explicit Approx( T const& value ): Approx(static_cast<double>(value))
2745 {}
2746
2747 template <typename T, typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
2748 friend bool operator == ( const T& lhs, Approx const& rhs ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected