| 219 | } |
| 220 | |
| 221 | __inline_call bool_type operator<= ( |
| 222 | self_type const& _src |
| 223 | ) const |
| 224 | { /*-------- less than or equal to */ |
| 225 | return this->_ptr <= _src._ptr ; |
| 226 | } |
| 227 | __inline_call bool_type operator>= ( |
| 228 | self_type const& _src |
| 229 | ) const |
nothing calls this directly
no outgoing calls
no test coverage detected