|  | Home | Libraries | People | FAQ | More | 
Remove a value corresponding to an object convertible to it or a range of values from the container.
            Remove a value corresponding to an object convertible to it or a range
            of values from the container. In contrast to the std::setstd::map erase()
            It calls rtree::remove(ConvertibleOrRange
            const&).
          
template<typename Value,typename Parameters,typename IndexableGetter,typename EqualTo,typename Allocator,typename ConvertibleOrRange>rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator >::size_typeremove(rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > &tree,ConvertibleOrRange const &conv_or_rng)
| Type | Name | Description | 
|---|---|---|
| 
                       | 
                       | The spatial index. | 
| 
                       | 
                       | The object of type convertible to value_type or the range of values. | 
The number of removed values.