...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
The tree is created using packing algorithm and a temporary packing allocator.
template<
typename Range
>
rtree
(
Range const &
rng
,
allocator_type
const &
allocator
)
explicit
Type |
Name |
Description |
---|---|---|
|
|
The range of Values. |
|
|
The allocator object for persistent data in the tree. |