Boost.Geometry.Index
Functions
Inserters (boost::geometry::index::)

Functions

template<typename Container >
insert_iterator< Container > boost::geometry::index::inserter (Container &c)
 Insert iterator generator.

Function Documentation

template<typename Container >
insert_iterator<Container> boost::geometry::index::inserter ( Container &  c)

Insert iterator generator.

Returns insert iterator capable to insert values to the container (spatial index) which has member function insert(value_type const&) defined.

Parameters:
cThe reference to the container (spatial index) to which values will be inserted.
Returns:
The insert iterator inserting values to the container.
 All Classes Functions Typedefs