Compare this reference with another reference
| 167 | |
| 168 | /// Compare this reference with another reference |
| 169 | bool operator==(const ref &r) const { return m_ptr == r.m_ptr; } |
| 170 | |
| 171 | /// Compare this reference with another reference |
| 172 | bool operator!=(const ref &r) const { return m_ptr != r.m_ptr; } |
nothing calls this directly
no outgoing calls
no test coverage detected