vote up 4 vote down star

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

flag

1  
I have some example of boost fusion usage here: stackoverflow.com/questions/455904/… . Note that the code wasn't intended to be fast (another version made it really near to printf performance), but it's easy to optimize it. – Johannes Schaub - litb May 28 at 0:05
Nice (add more than 15 characters in comment ...) – stefanB May 28 at 0:50

2 Answers

vote up 1 vote down

Looks a useful library for tuples. See Google Code Search for examples. I have no personal experience with the library though.

link|flag
I feel like your response is equivalent to "google fusion boost" ... I can do that myself, I'm more after other people pointing to examples of fusion that they know about or they found so that it can be recorded in stackoverflow for future references. – stefanB May 28 at 0:48
@stefanB sorry, that's the best I could give you. – Amit Kumar May 28 at 11:58
vote up 0 vote down check

Seems like there aren't as many articles/posts about the usage.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.