| 6274 | |
| 6275 | namespace { |
| 6276 | auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& { |
| 6277 | expr.streamReconstructedExpression( os ); |
| 6278 | return os; |
| 6279 | } |
| 6280 | } |
| 6281 | |
| 6282 | LazyExpression::LazyExpression( bool isNegated ) |
nothing calls this directly
no test coverage detected