| 206 | } |
| 207 | |
| 208 | __inline_call bool_type operator < ( |
| 209 | self_type const& _src |
| 210 | ) const |
| 211 | { /*-------------------- less than */ |
| 212 | return this->_ptr < _src._ptr ; |
| 213 | } |
| 214 | __inline_call bool_type operator > ( |
| 215 | self_type const& _src |
| 216 | ) const |
nothing calls this directly
no outgoing calls
no test coverage detected