j
k
j a
j l
David Abrahams wrote:
for (vertex_iterator pv,ve = xxx(pv,vertices(g)); pv != ve; ++pv) { ... } My only problem is how to spell xxx.
for (vertex_iterator pv,ve = xxx(pv,vertices(g)); pv != ve; ++pv) { ... }
My only problem is how to spell xxx.
What about something like uncurry or unclosure? They seem vaguely related, although not quite right. David
Back to the thread
Back to the list