Template Metaprogramming with C++ : Learn everything about C++ templates and unlock the power of template metaprogramming

Template Metaprogramming with C++ : Learn everything about C++ templates and unlock the power of template metaprogramming

Marius Bancila

Språken
FörlagPackt Publishing
ISBN9781803230535

Learn how the metaprogramming technique enables you to create data structures and functions that allow computation to happen at compile time. With this book, you'll realize how templates help you avoid writing duplicate code and are key to creating generic libraries, such as the standard library or