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