MCPcopy Create free account
hub / github.com/RenderKit/embree / streamReconstructedExpression

Method streamReconstructedExpression

tutorials/external/catch.hpp:1873–1876  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1871 RhsT m_rhs;
1872
1873 void streamReconstructedExpression( std::ostream &os ) const override {
1874 formatReconstructedExpression
1875 ( os, Catch::Detail::stringify( m_lhs ), m_op, Catch::Detail::stringify( m_rhs ) );
1876 }
1877
1878 public:
1879 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