Expand description
Lazy spatial-query iteration.
QueryIter preserves the compact hot path for built-in
Predicate queries. QueryWithIter runs the same pruning walk
for logical and user-defined QueryPredicate values. Both mirror
Boost’s visitors/spatial_query.hpp and pause without traversing
beyond the last yielded value.
Structs§
- Query
Iter - A lazy iterator over values whose bounds satisfy a built-in
Predicate. - Query
With Iter - A lazy iterator over values accepted by a logical or user-defined
QueryPredicate.