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

Method streamReconstructedExpression

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

Source from the content-addressed store, hash-verified

1318 RhsT m_rhs;
1319
1320 void streamReconstructedExpression( std::ostream &os ) const override {
1321 formatReconstructedExpression
1322 ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) );
1323 }
1324
1325 public:
1326 BinaryExpr( bool comparisonResult, LhsT lhs, StringRef op, RhsT rhs )

Callers

nothing calls this directly

Calls 2

stringifyFunction · 0.85

Tested by

no test coverage detected