MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / ExprLhs

Method ExprLhs

unittests/catch.hpp:1376–1376  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1374 LhsT m_lhs;
1375 public:
1376 explicit ExprLhs( LhsT lhs ) : m_lhs( lhs ) {}
1377
1378 template<typename RhsT>
1379 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