Rethinking Usage of C++ Templates
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore advanced C++ template metaprogramming techniques in this conference talk from code::dive 2019. Delve into the challenges of template metaprogramming and its impact on library users. Learn from the speaker's experience implementing a Physical Units Library for C++, addressing issues such as complex compile-time errors, lengthy type names, and suboptimal compilation times. Examine practical examples, including practices from the C++ Standard Library, to compare different approaches to templated code design. Gain insights into applying the Rule of Chiel to improve compile times and overall template usage efficiency. Benefit from the expertise of Mateusz Pusz, a seasoned software architect and active member of the ISO C++ Committee, as he shares valuable lessons and benchmarks to enhance your C++ template metaprogramming skills.
Syllabus
Rethinking Usage of C++ Templates - Mateusz Pusz - code::dive 2019
Taught by
code::dive conference
Related Courses
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube