mirror of
https://github.com/boostorg/geometry.git
synced 2025-05-10 15:44:07 +00:00
[geometry] index docs: reformulated sentence.
[SVN r85638]
This commit is contained in:
parent
d31d73ed62
commit
b11eb4fe5b
@ -175,7 +175,7 @@ Of course it's possible to connect different types of predicates together.
|
|||||||
|
|
||||||
[h4 Breaking or pausing the query]
|
[h4 Breaking or pausing the query]
|
||||||
|
|
||||||
By use of query iterators, the query may be paused and resumed if needed, e.g. when the query takes too long,
|
The query performed using query iterators may be paused and resumed if needed, e.g. when the query takes too long,
|
||||||
or stopped at some point, e.g when all interesting values were gathered.
|
or stopped at some point, e.g when all interesting values were gathered.
|
||||||
|
|
||||||
for ( Rtree::const_query_iterator it = tree.qbegin(bgi::nearest(pt, 10000)) ;
|
for ( Rtree::const_query_iterator it = tree.qbegin(bgi::nearest(pt, 10000)) ;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user