| 9456 | UniversalPrint(Unwrap(rhs_), os); |
| 9457 | } |
| 9458 | void DescribeNegationTo(::std::ostream* os) const override { |
| 9459 | *os << D::NegatedDesc() << " "; |
| 9460 | UniversalPrint(Unwrap(rhs_), os); |
| 9461 | } |
| 9462 | |
| 9463 | private: |
| 9464 | Rhs rhs_; |
nothing calls this directly
no outgoing calls
no test coverage detected