| 294 | |
| 295 | template<class View> |
| 296 | forceinline void |
| 297 | CachedView<View>::cacheLub(Space& home) { |
| 298 | LubRanges<View> lr(DerivedView<View>::base()); |
| 299 | lubCache.intersectI(home,lr); |
| 300 | } |
| 301 | |
| 302 | template<class View> |
| 303 | forceinline bool |
no test coverage detected