| 212 | return this->_ptr < _src._ptr ; |
| 213 | } |
| 214 | __inline_call bool_type operator > ( |
| 215 | self_type const& _src |
| 216 | ) const |
| 217 | { /*-------------------- more than */ |
| 218 | return this->_ptr > _src._ptr ; |
| 219 | } |
| 220 | |
| 221 | __inline_call bool_type operator<= ( |
| 222 | self_type const& _src |
nothing calls this directly
no outgoing calls
no test coverage detected