...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.
template<
typename Range
>
rtree
(
Range const &
rng
,
parameters_type
const &
parameters
=parameters_type
()
,
indexable_getter
const &
getter
=indexable_getter
()
,
value_equal
const &
equal
=value_equal
()
,
allocator_type
const &
allocator
=allocator_type
()
)
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. |