| 7875 | |
| 7876 | namespace { |
| 7877 | auto operator <<( std::ostream& os, ITransientExpression const& expr ) -> std::ostream& { |
| 7878 | expr.streamReconstructedExpression( os ); |
| 7879 | return os; |
| 7880 | } |
| 7881 | } |
| 7882 | |
| 7883 | LazyExpression::LazyExpression( bool isNegated ) |
nothing calls this directly
no test coverage detected