Overview
Explore a technical conference talk from NDC TechTown that delves into the intricacies of constexpr data structures in C++. Learn about the process of making C++'s standard containers constexpr-compatible, with particular focus on std::vector implementation and its constexpr capabilities. Discover why certain containers like std::deque and others can or cannot be used in constexpr contexts, while gaining insights into the evolution of compile-time computation in modern C++. Delivered by Hana DusÃková at NDC TechTown in Kongsberg, Norway, this 49-minute presentation offers valuable knowledge for C++ developers interested in compile-time programming and container implementations.
Syllabus
My favorite (constexpr) data structures - Hana DusÃková - NDC TechTown 2024
Taught by
NDC Conferences