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

Method operator<=

src/tinythread/tinythread.h:601–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

599 }
600
601 inline friend bool operator<=(const id &aId1, const id &aId2)
602 {
603 return (aId1.mId <= aId2.mId);
604 }
605
606 inline friend bool operator<(const id &aId1, const id &aId2)
607 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected