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 2023. The current version is 1.89.0.
The tree is created using packing algorithm and a temporary packing allocator.
template<typename Range,typename PackAlloc>rtree(Range const &rng,parameters_typeconst ¶meters,indexable_getterconst &getter,value_equalconst &equal,allocator_typeconst &allocator,PackAlloc const &temp_allocator)
explicit
|
Type |
Name |
Description |
|---|---|---|
|
|
|
The range of Values. |
|
|
|
The parameters object. |
|
|
|
The function object extracting Indexable from Value. |
|
|
|
The function object comparing Values. |
|
|
|
The allocator object for persistent data in the tree. |
|
|
|
The temporary allocator object used when packing. |