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

Method operator !=

grid_map_core/src/iterators/SubmapIterator.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61}
62
63bool SubmapIterator::operator !=(const SubmapIterator& other) const
64{
65 return (index_ != other.index_).any();
66}
67
68const Index& SubmapIterator::operator *() const
69{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected