...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
rtree
(
parameters_type
const &
parameters
,
indexable_getter
const &
getter
,
value_equal
const &
equal
,
allocator_type
const &
allocator
)
Type |
Name |
Description |
---|---|---|
|
|
The parameters object. |
|
|
The function object extracting Indexable from Value. |
|
|
The function object comparing Values. |
|
|
The allocator object. |
If allocator copy constructor throws.