MCPcopy Create free account
hub / github.com/SlimeVR/SlimeVR-Tracker-ESP / operator<

Function operator<

src/sensorinterface/SensorInterfaceManager.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40bool operator<(const SPISettings& lhs, const SPISettings& rhs) {
41 return byteCompare(lhs, rhs);
42}
43
44bool operator<(const SPIClass& lhs, const SPIClass& rhs) {
45 return byteCompare(lhs, rhs);

Callers

nothing calls this directly

Calls 1

byteCompareFunction · 0.85

Tested by

no test coverage detected