MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / operator<

Function operator<

src/openni2/Utility.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50bool operator<(const OniVideoMode& left, const OniVideoMode& right)
51{
52 return (left.resolutionX * left.resolutionY < right.resolutionX * right.resolutionY);
53}
54
55bool operator<(const OniDeviceInfo& left, const OniDeviceInfo& right)
56{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected