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

Method operator !=

grid_map_core/src/iterators/GridMapIterator.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool GridMapIterator::operator !=(const GridMapIterator& other) const
43{
44 return linearIndex_ != other.linearIndex_;
45}
46
47const Index GridMapIterator::operator *() const
48{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected