| 106 | |
| 107 | template<class View, class Offset> |
| 108 | forceinline void |
| 109 | DomInfo<View,Offset>::removed(int i) { |
| 110 | size--; |
| 111 | if (i == min) |
| 112 | min++; |
| 113 | else if (i == max) |
| 114 | max--; |
| 115 | } |
| 116 | |
| 117 | template<class View, class Offset> |
| 118 | forceinline void |