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

Method operator==

include/internal/CL/cl.hpp:961–965  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

959 }
960
961 bool operator==(iterator i)
962 {
963 return ((vec_ == i.vec_) &&
964 (index_ == i.index_));
965 }
966
967 bool operator!=(iterator i)
968 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected