Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MyGUI/mygui
/ less_equal
Class
less_equal
Tools/EditorFramework/pugixml.cpp:6081–6088 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6079
};
6080
6081
struct less_equal
6082
{
6083
template<typename T>
6084
bool operator()(const T& lhs, const T& rhs) const
6085
{
6086
return lhs <= rhs;
6087
}
6088
};
6089
6090
template<typename T>
6091
void swap(T& lhs, T& rhs)
Callers
1
eval_boolean
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected