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

Method operator >

tests/catch.hpp:1994–1996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1992
1993 template<typename RhsT>
1994 auto operator > ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {
1995 return { static_cast<bool>(m_lhs > rhs), m_lhs, ">", rhs };
1996 }
1997 template<typename RhsT>
1998 auto operator < ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {
1999 return { static_cast<bool>(m_lhs < rhs), m_lhs, "<", rhs };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected