Tags: #book #free #practical #metaprogramming #cpp11 #cpp14
http://www.oreilly.com/programming/free/practical-c-plus-plus-metaprogramming.csp
http://www.oreilly.com/programming/free/practical-c-plus-plus-metaprogramming.csp
O’Reilly Online Learning
Practical C++ Metaprogramming
To say that C++ programmers embrace metaprogramming is a real stretch. Outright rejection is probably more accurate. And yet, C++ template metaprogramming is ideal for performing automatic compile-time optimization. With … - Selection from Practical C++…