Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext
rtree(Iterator, Iterator, allocator_type const &)

The constructor.

Description

The tree is created using packing algorithm and a temporary packing allocator.

Synopsis
template<typename Iterator>
rtree(Iterator first,
      Iterator last,
      allocator_type const & allocator)
Parameter(s)

Type

Name

Description

Iterator

first

The beginning of the range of Values.

Iterator

last

The end of the range of Values.

allocator_type const &

allocator

The allocator object for persistent data in the tree.

Throws

PrevUpHomeNext