Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Boost Fusion articles, examples, tutorials?

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).

like image 849
stefanB Avatar asked May 27 '09 07:05

stefanB


3 Answers

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.

like image 75
matiu Avatar answered Nov 18 '22 03:11

matiu


https://www.youtube.com/watch?v=6V73Q7ULFi0

Brief intro to Fusion, but you might prefer it to docs.

like image 3
NoSenseEtAl Avatar answered Nov 18 '22 03:11

NoSenseEtAl


Seems like there aren't as many articles/posts about the usage (apart from the actual boost documentation of course).

like image 2
stefanB Avatar answered Nov 18 '22 03:11

stefanB