• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[/ Generated by doxygen_xml2qbk 1.1.1, don't change, will be overwritten automatically]
2[/ Generated from xml/group__inserters.xml]
3[section:group__inserters Inserters (boost::geometry::index::)]
4[heading Functions]
5[table
6[[Function][Description]]
7[[[link group__inserters_1gab22c33d31b9805250e54ee6d6d240a47 `inserter(Container &)`]][Insert iterator generator. ]]
8]
9
10[#group__inserters_1gab22c33d31b9805250e54ee6d6d240a47]
11[section inserter(Container &)]
12'''<indexterm><primary>inserter</primary></indexterm>'''
13Insert iterator generator.
14
15[heading Description]
16Returns insert iterator capable to insert values to the container (spatial index) which has member function insert(value_type const&) defined.[heading Synopsis]
17[pre
18`template<``typename Container``>`
19`insert_iterator< Container >` `inserter``(``Container &` `c``)`
20]
21
22[heading Parameter(s)]
23[table
24[[Type][Name][Description]]
25[[`Container &`][ `c` ][The reference to the container (spatial index) to which values will be inserted.]]
26]
27[heading Returns]
28The insert iterator inserting values to the container.
29[endsect]
30
31[endsect]
32
33