MCPcopy Create free account
hub / github.com/OpenDDS/OpenDDS / equal

Method equal

dds/DCPS/XTypes/DynamicTypeSupport.cpp:152–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150 }
151
152 bool equal(void* lhs, void* rhs) const
153 {
154 return cmp(lhs, rhs) == 0;
155 }
156
157 const std::string field_;
158 };

Callers

nothing calls this directly

Calls 1

cmpFunction · 0.70

Tested by

no test coverage detected