MCPcopy Create free account
hub / github.com/apache/trafficserver / streamReconstructedExpression

Method streamReconstructedExpression

lib/catch2/catch.hpp:2229–2232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2227 RhsT m_rhs;
2228
2229 void streamReconstructedExpression( std::ostream &os ) const override {
2230 formatReconstructedExpression
2231 ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) );
2232 }
2233
2234 public:
2235 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