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