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

Method getResult

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

Source from the content-addressed store, hash-verified

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
1298 ITransientExpression( bool isBinaryExpression, bool result )

Callers 1

handleExprMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected