Boost
C++ Libraries
...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
This is an older version of Boost and was released in 2014. The current version is 1.89.0.
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 boost::geometry::index::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. |