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