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
This is an older version of Boost and was released in 2020. The current version is 1.89.0.
Query if there are no values stored in the index.
It calls rtree::empty().
template<typename Value,typename Parameters,typename IndexableGetter,typename EqualTo,typename Allocator>boolempty(rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > const &tree)
|
Type |
Name |
Description |
|---|---|---|
|
|
|
The spatial index. |
true if there are no values in the index.