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

Method operator--

include/internal/CL/cl.hpp:991–996  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

989 }
990
991 iterator operator--(int)
992 {
993 iterator retVal(*this);
994 --index_;
995 return retVal;
996 }
997
998 const T& operator *() const
999 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected