MCPcopy Create free account
hub / github.com/cirquit/trdrop / BinaryExpression

Method BinaryExpression

ext/catch.hpp:1836–1837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1834class BinaryExpression : public DecomposedExpression {
1835public:
1836 BinaryExpression( ResultBuilder& rb, LhsT lhs, RhsT rhs )
1837 : m_rb( rb ), m_lhs( lhs ), m_rhs( rhs ) {}
1838
1839 BinaryExpression& operator = ( BinaryExpression& );
1840

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected