Recommend a text book on Templates

I'm looking for a recommendation for a good text book or online class that can teach me the power of using templates. I've been programming c++ for 2 years and currently at an intermediate level. I'm not looking for a book too complex but something that can give me a good foundation. Any recommendation would be appreciated.

Thanks
Last edited on
Classic (2002): 'C++ Templates: The Complete Guide' by Josuttis and Vandevoorde
https://www.amazon.com/Templates-Complete-Guide-David-Vandevoorde/dp/0201734842

Pre-C++11, does not cover variadic templates, forwarding references etc.
Topic archived. No new replies allowed.