...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
=parameters_type
()
,
indexable_getter
const &
getter
=indexable_getter
()
,
value_equal
const &
equal
=value_equal
()
)
explicit
Type |
Name |
Description |
---|---|---|
|
|
The parameters object. |
|
|
The function object extracting Indexable from Value. |
|
|
The function object comparing Values. |
If allocator default constructor throws.