Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDDS/OpenDDS
/ less
Method
less
dds/DCPS/XTypes/DynamicTypeSupport.cpp:147–150 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
145
}
146
147
bool less(void* lhs, void* rhs) const
148
{
149
return cmp(lhs, rhs) < 0;
150
}
151
152
bool equal(void* lhs, void* rhs) const
153
{
Callers
nothing calls this directly
Calls
1
cmp
Function · 0.70
Tested by
no test coverage detected