| 176 | return _tmp += _off; |
| 177 | } |
| 178 | __inline_call iter_type operator - ( |
| 179 | size_type _off |
| 180 | ) |
| 181 | { /*-------------------- sub offset */ |
| 182 | iter_type _tmp(*(iter_type*)this); |
| 183 | return _tmp -= _off; |
| 184 | } |
| 185 | |
| 186 | __inline_call diff_type operator - ( |
| 187 | self_type const& _src |
nothing calls this directly
no outgoing calls
no test coverage detected