-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add examples #32
Comments
look there first : http://stackoverflow.com/questions/tagged/boost-mpl |
Let's settle for 5 short examples we will include in the documentation. A section like "Understanding brigand with 5 simple examples" |
Make sense, now to find them :p |
First one, very easy to do with brigand http://stackoverflow.com/questions/28207266/how-to-instantiate-template-from-mplvector I would even suggest a direct comparison with MPL. Then this one http://stackoverflow.com/questions/27985565/how-do-i-fold-an-mpl-type-list-into-a-variadic-container Maybe this one http://stackoverflow.com/questions/6713420/c-convert-integer-to-string-at-compile-time Then a way to iterate on types to do something at runtime Then something more advanced and complete |
I like all of them. For the third, we basically generate a integral_list<char,...> ? |
What is good is to show how simple it is to do with brigand |
yes |
Examples to do
The text was updated successfully, but these errors were encountered: