MCPcopy Create free account
hub / github.com/ANYbotics/grid_map / isPastEnd

Method isPastEnd

grid_map_core/src/iterators/GridMapIterator.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80bool GridMapIterator::isPastEnd() const
81{
82 return isPastEnd_;
83}
84
85} /* namespace grid_map */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected