Boost.Geometry.Index
|
Functions | |
template<typename Container > | |
insert_iterator< Container > | boost::geometry::index::inserter (Container &c) |
Insert iterator generator. More... | |
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.
c | The reference to the container (spatial index) to which values will be inserted. |