|  | Home | Libraries | People | FAQ | More | 
The tree is created using packing algorithm and a temporary packing allocator.
template<typename Range,typename PackAlloc>rtree(Range const &rng,parameters_typeconst ¶meters,indexable_getterconst &getter,value_equalconst &equal,allocator_typeconst &allocator,PackAlloc const &temp_allocator)
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 for persistent data in the tree. | 
| 
                       | 
                       | The temporary allocator object used when packing. |