MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / ExprLhs

Method ExprLhs

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

Source from the content-addressed store, hash-verified

1973 LhsT m_lhs;
1974 public:
1975 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {}
1976
1977 template<typename RhsT>
1978 auto operator == ( RhsT const& rhs ) -> BinaryExpr<LhsT, RhsT const&> const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected