...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 value created using convertible object or a range of values to the index.
It calls rtree::insert(ConvertibleOrRange
const&)
.
template<
typename Value
,
typename Parameters
,
typename IndexableGetter
,
typename EqualTo
,
typename Allocator
,
typename ConvertibleOrRange
>
void
insert
(
rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > &
tree
,
ConvertibleOrRange const &
conv_or_rng
)
Type |
Name |
Description |
---|---|---|
|
|
The spatial index. |
|
|
The object of type convertible to value_type or a range of values. |