CppCon 2014: Walter E. Brown “Modern Template Metaprogramming: A Compendium, Part I“

— Presentation Slides, PDFs, Source Code and other presenter materials are available at: -- Template metaprogramming has become an important part of a C programmer’s toolkit. This talk will demonstrate state-of-the-art metaprogramming techniques, applying each to obtain representative implementations of selected standard library facilities.
Back to Top