MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / operator !=

Method operator !=

tests/catch.hpp:2759–2761  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2757
2758 template <typename T, typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
2759 friend bool operator != ( T const& lhs, Approx const& rhs ) {
2760 return !operator==( lhs, rhs );
2761 }
2762
2763 template <typename T, typename = typename std::enable_if<std::is_constructible<double, T>::value>::type>
2764 friend bool operator != ( Approx const& lhs, T const& rhs ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected