Remove item. Current position moves to next item after this call. If next item doesn't exist method returns false
| 188 | // Remove item. Current position moves to next item after this call. |
| 189 | // If next item doesn't exist method returns false |
| 190 | bool fastRemove() { return defaultAccessor.fastRemove(); } |
| 191 | |
| 192 | bool isPositioned(const Key& key) const { return defaultAccessor.isPositioned(key); } |
| 193 |
no outgoing calls