Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ operator()
Method
operator()
Tools/EditorFramework/pugixml.cpp:6075–6078 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6073
{
6074
template<typename T>
6075
bool operator()(const T& lhs, const T& rhs) const
6076
{
6077
return lhs < rhs;
6078
}
6079
};
6080
6081
struct less_equal
Callers
2
onChangeData
Method · 0.45
executeCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected