|  | 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,allocator_typeconst &allocator,PackAlloc const &temp_allocator)
explicit
| Type | Name | Description | 
|---|---|---|
| 
                       | 
                       | The range of Values. | 
| 
                       | 
                       | The allocator object for persistent data in the tree. | 
| 
                       | 
                       | The temporary allocator object used when packing. |