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 | ) |
#include <boost_1_57_0/boost/geometry/index/inserter.hpp>
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. |
References boost::multiprecision::backends::c.
Referenced by boost::spirit::assign_action::act(), boost::wave::impl::pp_iterator_functor< ContextT >::dispatch_directive(), boost::edge_connectivity(), boost::wave::util::macromap< ContextT >::expand_macro(), boost::wave::util::macromap< ContextT >::expand_replacement_list(), boost::iterative_bit_vector_dominator_tree(), boost::wave::impl::pp_iterator_functor< ContextT >::on_elif(), boost::wave::impl::pp_iterator_functor< ContextT >::on_error(), boost::wave::impl::pp_iterator_functor< ContextT >::on_if(), boost::wave::impl::pp_iterator_functor< ContextT >::on_include(), boost::wave::impl::pp_iterator_functor< ContextT >::on_line(), boost::wave::impl::pp_iterator_functor< ContextT >::on_pragma(), boost::wave::grammars::impl::store_found_eoltokens< ContainerT >::operator()(), boost::msm::front::euml::Inserter_< T, Pos >::operator()(), and boost::locale::conv::utf_to_utf().