Concepts, Tools, and Techniques from Boost and Beyond
by
Aleksey Gurtovoy, David Abrahams
Language: English
Release Date: December 10, 2004
C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer.
A metaprogram is a program that generates or manipulates program code. Ever since generic programming...