...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
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
>
bool
empty
(
rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > const &
tree
)
Type |
Name |
Description |
---|---|---|
|
|
The spatial index. |
true if there are no values in the index.