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

Method operator++

include/internal/CL/cl.hpp:978–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

976 }
977
978 iterator operator++(int)
979 {
980 iterator retVal(*this);
981 ++index_;
982 return retVal;
983 }
984
985 iterator& operator--()
986 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected