> By the way, is there a simple way to iterate through a fusion sequence or
> transformation of it with a python iterator?

Do you mean making it an indexing suite, like Boost.Python does for
vectors and maps? I guess it would be possible by using the
indexing_suite base class (never did that before though) but
__setitem__ and __delitem__ operations could obviously not be defined
since the structure of a fusion sequence is fixed.

Bruno
_______________________________________________
Cplusplus-sig mailing list
Cplusplus-sig@python.org
http://mail.python.org/mailman/listinfo/cplusplus-sig

Reply via email to