| 225 | */ |
| 226 | template <typename SourceAllocator> |
| 227 | bool operator!=(const DNode<SourceAllocator>& rhs) const noexcept { |
| 228 | return !(*this == rhs); |
| 229 | } |
| 230 | |
| 231 | // Object APIs |
| 232 |
nothing calls this directly
no outgoing calls
no test coverage detected