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

Method streamReconstructedExpression

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

Source from the content-addressed store, hash-verified

1336 LhsT m_lhs;
1337
1338 void streamReconstructedExpression( std::ostream &os ) const override {
1339 os << Catch::Detail::stringify( m_lhs );
1340 }
1341
1342 public:
1343 explicit UnaryExpr( LhsT lhs )

Callers 1

operator <<Function · 0.45

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected