| 179 | |
| 180 | template<int n, bool min, class Filter, class Print> |
| 181 | forceinline size_t |
| 182 | ViewValuesBrancher<n,min,Filter,Print>::dispose(Space& home) { |
| 183 | if (p.notice()) |
| 184 | home.ignore(*this,AP_DISPOSE,true); |
| 185 | (void) ViewBrancher<IntView,Filter,n>::dispose(home); |
| 186 | return sizeof(ViewValuesBrancher<n,min,Filter,Print>); |
| 187 | } |
| 188 | |
| 189 | template<int n, bool min> |
| 190 | forceinline void |