Skip to main content

Module query_iter

Module query_iter 

Source
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§

QueryIter
A lazy iterator over values whose bounds satisfy a built-in Predicate.
QueryWithIter
A lazy iterator over values accepted by a logical or user-defined QueryPredicate.