Is there any way to rename the first and second accessor functions of a map iterator. I understand they have these names because of the underlying pair which represents the
Sure, reimplement or wrap iterator, but is it worth the effort? Wouldn't
Vertex& v = it->first;
be easier?