|  | Home | Libraries | People | FAQ | More | 
The tree is created using packing algorithm.
template<typename Iterator>rtree(Iteratorfirst,Iteratorlast,parameters_typeconst ¶meters=parameters_type(),indexable_getterconst &getter=indexable_getter(),value_equalconst &equal=value_equal(),allocator_typeconst &allocator=allocator_type())
| Type | Name | Description | 
|---|---|---|
| 
                       | 
                       | The beginning of the range of Values. | 
| 
                       | 
                       | The end of the range of Values. | 
| 
                       | 
                       | The parameters object. | 
| 
                       | 
                       | The function object extracting Indexable from Value. | 
| 
                       | 
                       | The function object comparing Values. | 
| 
                       | 
                       | The allocator object. |