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
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube