MCPcopy Create free account
hub / github.com/bytedance/sonic-cpp / operator!=

Method operator!=

include/sonic/dom/dynamicnode.h:227–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225 */
226 template <typename SourceAllocator>
227 bool operator!=(const DNode<SourceAllocator>& rhs) const noexcept {
228 return !(*this == rhs);
229 }
230
231 // Object APIs
232

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected