MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / ExprLhs

Method ExprLhs

Bcore/src/main/cpp/Dobby/tests/catch.hpp:1284–1285  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1282
1283public:
1284 explicit ExprLhs(LhsT lhs) : m_lhs(lhs) {
1285 }
1286
1287 template <typename RhsT> auto operator==(RhsT const &rhs) -> BinaryExpr<LhsT, RhsT const &> const {
1288 return {compareEqual(m_lhs, rhs), m_lhs, "==", rhs};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected