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

Method operator <=

tests/catch.hpp:2006–2008  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2004 }
2005 template<typename RhsT>
2006 auto operator <= ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {
2007 return { static_cast<bool>(m_lhs <= rhs), m_lhs, "<=", rhs };
2008 }
2009
2010 template<typename RhsT>
2011 auto operator && ( RhsT const& ) -> BinaryExpr<LhsT, RhsT const&> const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected