Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ANYbotics/grid_map
/ isPastEnd
Method
isPastEnd
grid_map_core/src/iterators/SubmapIterator.cpp:85–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool SubmapIterator::isPastEnd() const
86
{
87
return isPastEnd_;
88
}
89
90
const Size& SubmapIterator::getSubmapSize() const
91
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected