Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Generate within()
predicate.
Generate a predicate defining Value and Geometry relationship. With this
predicate query returns indexed Values that are within passed Geometry.
Value is returned by the query if returns bg::within(Indexable, Geometry).
true
template<typename Geometry>unspecifiedwithin(Geometry const &g)
|
Parameter |
Description |
|---|---|
|
|
The Geometry type. |
|
Type |
Name |
Description |
|---|---|---|
|
|
|
The Geometry object. |
bgi::query(spatial_index, bgi::within(box), std::back_inserter(result));