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

Function operator==

src/openni2/Utility.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool operator==(const OniVideoMode& left, const OniVideoMode& right)
45{
46 return (left.pixelFormat == right.pixelFormat && left.resolutionX == right.resolutionX
47 && left.resolutionY == right.resolutionY && left.fps == right.fps);
48}
49
50bool operator<(const OniVideoMode& left, const OniVideoMode& right)
51{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected