| 292 | SingletonView::lubAny(const Delta& d) const { return x.any(d); } |
| 293 | |
| 294 | forceinline bool |
| 295 | operator ==(const SingletonView& x, const SingletonView& y) { |
| 296 | return x.base() == y.base(); |
| 297 | } |
| 298 | |
| 299 | forceinline bool |
| 300 | operator !=(const SingletonView& x, const SingletonView& y) { |