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

Method isBinaryExpression

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

Source from the content-addressed store, hash-verified

1292
1293 struct ITransientExpression {
1294 auto isBinaryExpression() const -> bool { return m_isBinaryExpression; }
1295 auto getResult() const -> bool { return m_result; }
1296 virtual void streamReconstructedExpression( std::ostream &os ) const = 0;
1297

Callers 1

operator <<Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected