...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Get the number of values stored in the index.
It calls rtree::size()
.
template<
typename Value
,
typename Parameters
,
typename IndexableGetter
,
typename EqualTo
,
typename Allocator
>
size_t
size
(
rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > const &
tree
)
Type |
Name |
Description |
---|---|---|
|
|
The spatial index. |
The number of values stored in the index.