void Finish()
 {
   m_places.ForEach([this] (Place const & p)
   {
     m_emitter(p.GetFeature());
   });
 }
Beispiel #2
0
 void forEach(Fn fn)
 {
   m_tree.ForEach(fn);
 }