| 6059 | |
| 6060 | namespace { |
| 6061 | auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& { |
| 6062 | expr.streamReconstructedExpression( os ); |
| 6063 | return os; |
| 6064 | } |
| 6065 | } |
| 6066 | |
| 6067 | LazyExpression::LazyExpression( bool isNegated ) |
nothing calls this directly
no test coverage detected