Boost Fusion articles, examples, tutorials?

stefanB picture stefanB · May 27, 2009 · Viewed 9.9k times · Source

Do you know any good resources/articles/examples of boost::fusion library usage?

Boost Fusion looks extremely interesting, I think I understand how it works and how to use the basics, but I'm looking for some resources that show any interesting usage/practices e.g. articles or blogs (apart from boost.org itself).

Answer

matiu picture matiu · Jul 10, 2011

I thought the comment by johannes-schaub-litb should be an answer, as I nearly overlooked it.

So here it is: Johannes' excellent example.

There are also some other examples in Stackoverflow. I particularly liked the first answer here.