예제 #1
0
 void Finish()
 {
   m_places.ForEach([this] (Place const & p)
   {
     m_emitter(p.GetFeature());
   });
 }
예제 #2
0
파일: overlay.hpp 프로젝트: morsya/omim
 void forEach(Fn fn)
 {
   m_tree.ForEach(fn);
 }