mp-units - Lessons Learned and a New C++ Library Design
Offered By: ACCU Conference via YouTube
Course Description
Overview
Explore the evolution and redesign of mp-units, a Modern C++ library for compile-time dimensional analysis and unit/quantity manipulation, in this comprehensive conference talk from ACCU 2023. Delve into the challenges faced with the initial design, including issues with the Downcasting Facility and user-defined literals. Discover how the new design addresses additional requirements and leverages C++20 features like concepts and non-type template parameters. Gain insights into potential C++ language features that could enhance similar library designs. Learn from Mateusz Pusz, an experienced software architect and ISO C++ Committee member, as he shares valuable lessons and demonstrates the power of Modern C++ in creating efficient and flexible libraries.
Syllabus
mp-units: Lessons Learned and a New C++ Library Design - Mateusz Pusz - ACCU 2023
Taught by
ACCU Conference
Related Courses
How C++23 Changes the Way We Write CodeNDC Conferences via YouTube A Preview of C++ 23
NDC Conferences via YouTube Let's Talk About C++ Abstraction Layers
CppNow via YouTube Top 5 Library Additions in C++23
CppNow via YouTube C++23 Ranges - Functional Programming With New View Adaptors and Other Utilities
ACCU Conference via YouTube