| 225 | return this->_ptr <= _src._ptr ; |
| 226 | } |
| 227 | __inline_call bool_type operator>= ( |
| 228 | self_type const& _src |
| 229 | ) const |
| 230 | { /*-------- more than or equal to */ |
| 231 | return this->_ptr >= _src._ptr ; |
| 232 | } |
| 233 | |
| 234 | } ; |
| 235 |
nothing calls this directly
no outgoing calls
no test coverage detected