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

Method operator ==

tests/catch.hpp:1978–1980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1976
1977 template<typename RhsT>
1978 auto operator == ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {
1979 return { compareEqual( m_lhs, rhs ), m_lhs, "==", rhs };
1980 }
1981 auto operator == ( bool rhs ) -> BinaryExpr<LhsT, bool> const {
1982 return { m_lhs == rhs, m_lhs, "==", rhs };
1983 }

Callers

nothing calls this directly

Calls 1

compareEqualFunction · 0.85

Tested by

no test coverage detected