MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / end

Method end

include/internal/CL/cl.hpp:954–959  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952 }
953
954 static iterator end(const cl::vector<T,N> &vec)
955 {
956 iterator i(vec, vec.size());
957
958 return i;
959 }
960
961 bool operator==(iterator i)
962 {

Callers 15

deallocateMethod · 0.80
cancelMethod · 0.80
removeDeviceMethod · 0.80
tryGetDeviceMethod · 0.80
clearDevicesMethod · 0.80
removeDeviceMethod · 0.80
clearDevicesMethod · 0.80
getDevicesMethod · 0.80
getDefaultLevelMethod · 0.80
~WithPerfLoggingImplMethod · 0.80
buildMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected