Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ less
Class
less
Source/ThirdParty/pugixml/pugixml.cpp:6339–6345 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6337
};
6338
6339
struct less
6340
{
6341
template <typename T> bool operator()(const T& lhs, const T& rhs) const
6342
{
6343
return lhs < rhs;
6344
}
6345
};
6346
6347
struct less_equal
6348
{
Callers
1
eval_boolean
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected