Understanding The constexpr Two-Step
Offered By: cpponsea via YouTube
Course Description
Overview
Explore the intricacies of constexpr usage in C++20 with Jason Turner's conference talk from C++ on Sea 2024. Delve into the "constexpr two-step" method for generating compile-time data of unknown size and efficiently transferring it to runtime while minimizing binary sizes. Learn why simple constexpr declarations for std::vector and std::string don't compile as expected, and discover practical techniques to leverage constexpr capabilities effectively. Gain insights from Turner's two decades of C++ experience as he unravels the complexities of compile-time computations and their integration with runtime environments.
Syllabus
Understanding The constexpr 2-Step - Jason Turner - C++ on Sea 2024
Taught by
cpponsea
Related Courses
Sane and Safe C++ Class TypesNDC Conferences via YouTube Constexpr ALL the Things!
CppNow via YouTube Goodbye Metaprogramming, and Hello Functional
CppNow via YouTube Constexpr - C++ At Compile Time
CppNow via YouTube C++11 - New Tools for Class and Library Authors
CppNow via YouTube