| 154 | return _tmp; |
| 155 | } |
| 156 | __inline_call |
| 157 | iter_type operator-- ( int ) |
| 158 | { |
| 159 | iter_type _tmp(*(iter_type*)this) ; |
| 160 | --*this; |
| 161 | return _tmp; |
| 162 | } |
| 163 | |
| 164 | __inline_call iter_type &operator+= ( |
| 165 | size_type _off |
nothing calls this directly
no outgoing calls
no test coverage detected