...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Insert a range of values to the index.
It calls rtree::insert(Iterator,
Iterator)
.
template<
typename Value
,
typename Parameters
,
typename IndexableGetter
,
typename EqualTo
,
typename Allocator
,
typename Iterator
>
void
insert
(
rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > &
tree
,
Iterator
first
,
Iterator
last
)
Type |
Name |
Description |
---|---|---|
|
|
The spatial index. |
|
|
The beginning of the range of values. |
|
|
The end of the range of values. |