16 Apr
2026
16 Apr
'26
10:23 p.m.
Third, the interface is rather unusual, and it allows one hub to iterate over another hub's elements:
hub<T> h, g; h.visit(g.begin(), g.end(), fun);
I guess it can be useful to iterate over a narrower range. But in that spirit, I would expect 'visit' to return the "end" iterator. J-L