| 169 | } |
| 170 | |
| 171 | __inline_call iter_type operator + ( |
| 172 | size_type _off |
| 173 | ) |
| 174 | { /*-------------------- add offset */ |
| 175 | iter_type _tmp(*(iter_type*)this); |
| 176 | return _tmp += _off; |
| 177 | } |
| 178 | __inline_call iter_type operator - ( |
| 179 | size_type _off |
| 180 | ) |
nothing calls this directly
no outgoing calls
no test coverage detected