[boost][metaprogramming] Looking for a good reference
Hey all, I want to learn more about template (meta) programming. Including, type generators, adapters, etc. Looking for a good C++11 style reference. Any recommendations on books/material? Thanks
On Thursday, May 29, 2014 09:59 PM, Kyle Ketterer wrote:
Hey all,
I want to learn more about template (meta) programming. Including, type generators, adapters, etc.
Looking for a good C++11 style reference. Any recommendations on books/material?
For the state of the art you'd do well have to have a look here: https://github.com/ldionne/mpl11 Ben
On 5/29/2014 9:59 AM, Kyle Ketterer wrote:
Hey all,
I want to learn more about template (meta) programming. Including, type generators, adapters, etc.
The main template metaprogramming reference is the documentation for Boost MPL. There is also a book published on Boost MPL called "C++ Template Metaprogramming" by David Abrahams and Aleksey Gurtovoy but it is published in 2005 and Boost MPL has changed a little bit since then.
Thanks guys - I appreciate the advice. I was just looking for the stamp of
approval from my fellow Boost users.
On Thu, May 29, 2014 at 1:05 PM, Edward Diener
On 5/29/2014 9:59 AM, Kyle Ketterer wrote:
Hey all,
I want to learn more about template (meta) programming. Including, type generators, adapters, etc.
The main template metaprogramming reference is the documentation for Boost MPL. There is also a book published on Boost MPL called "C++ Template Metaprogramming" by David Abrahams and Aleksey Gurtovoy but it is published in 2005 and Boost MPL has changed a little bit since then.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
--
Kyle Ketterer
participants (3)
-
Ben Pope
-
Edward Diener
-
Kyle Ketterer