| 289 | SingletonView::lubMax(const Delta& d) const { return x.max(d); } |
| 290 | |
| 291 | forceinline bool |
| 292 | SingletonView::lubAny(const Delta& d) const { return x.any(d); } |
| 293 | |
| 294 | forceinline bool |
| 295 | operator ==(const SingletonView& x, const SingletonView& y) { |