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