|  | Home | Libraries | People | FAQ | More | 
Returns the query iterator pointing at the end of the query range.
This method returns the iterator which may be used to check if the query has ended.
template<typename Value,typename Parameters,typename IndexableGetter,typename EqualTo,typename Allocator>rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator >::const_query_iteratorqend(rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > const &tree)
The iterator pointing at the end of the query range.
std::for_each(bgi::qbegin(tree, bgi::nearest(pt, 3)), bgi::qend(tree), do_something());
ForwardIterator
Nothing
| ![[Warning]](../../../../../../../../doc/src/images/warning.png) | Warning | 
|---|---|
| The modification of the rtree may invalidate the iterators. |