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

Method operator !=

tests/catch.hpp:1986–1988  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984
1985 template<typename RhsT>
1986 auto operator != ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {
1987 return { compareNotEqual( m_lhs, rhs ), m_lhs, "!=", rhs };
1988 }
1989 auto operator != ( bool rhs ) -> BinaryExpr<LhsT, bool> const {
1990 return { m_lhs != rhs, m_lhs, "!=", rhs };
1991 }

Callers

nothing calls this directly

Calls 1

compareNotEqualFunction · 0.85

Tested by

no test coverage detected