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
size(rtree<...> const &)

Get the number of values stored in the index.

Description

It calls rtree::size().

Synopsis
template<typename Value,
         typename Parameters,
         typename IndexableGetter,
         typename EqualTo,
         typename Allocator>
size_t size(rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > const & tree)
Parameter(s)

Type

Name

Description

rtree< Value, Parameters, IndexableGetter, EqualTo, Allocator > const &

tree

The spatial index.

Returns

The number of values stored in the index.


PrevUpHomeNext