...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
It calls
.
rtree::insert(value_type
const&)
template<
typename Value
,
typename Parameters
,
typename IndexableGetter
,
typename EqualTo
,
typename Allocator
>
void
insert
(
rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > &
tree
,
Value const &
v
)
Type |
Name |
Description |
---|---|---|
|
|
The spatial index. |
|
|
The value which will be stored in the index. |