Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator!=
Function
operator!=
Tools/EditorFramework/pugixml.cpp:6654–6657 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6652
}
6653
6654
bool operator!=(const xpath_string& o) const
6655
{
6656
return !strequal(_buffer, o._buffer);
6657
}
6658
6659
bool uses_heap() const
6660
{
Callers
nothing calls this directly
Calls
1
strequal
Function · 0.70
Tested by
no test coverage detected