From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-04-09 04:12:54


Emre Turkay wrote:
> Is there a way to traverse a boost::tuple at compile or runtime with sth
> similar to foreach?
>
I believe tuples are valid fusion sequences, so you can use fusion's
foreach.

Sebastian Redl