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 2017. The current version is 1.90.0.
The tree is created using packing algorithm.
template<typename Iterator>rtree(Iteratorfirst,Iteratorlast,parameters_typeconst ¶meters=parameters_type(),indexable_getterconst &getter=indexable_getter(),value_equalconst &equal=value_equal(),allocator_typeconst &allocator=allocator_type())
|
Type |
Name |
Description |
|---|---|---|
|
|
|
The beginning of the range of Values. |
|
|
|
The end of the range of Values. |
|
|
|
The parameters object. |
|
|
|
The function object extracting Indexable from Value. |
|
|
|
The function object comparing Values. |
|
|
|
The allocator object. |