MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / operator !=

Method operator !=

grid_map_core/src/iterators/CircleIterator.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47bool CircleIterator::operator !=(const CircleIterator& other) const
48{
49 return (internalIterator_ != other.internalIterator_);
50}
51
52const Index& CircleIterator::operator *() const
53{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected