MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / operator!=

Function operator!=

extensions/include/cuMat/src/Iterator.h:163–166  ·  view source on GitHub ↗

Not equal to

Source from the content-addressed store, hash-verified

161
162 /// Not equal to
163 __host__ __device__ __forceinline__ bool operator!=(const self_type& rhs)
164 {
165 return (index_ != rhs.index_);
166 }
167};
168
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected