Explore efficient techniques for accessing the nth element of variadic packs in C++ during this comprehensive conference talk from Meeting C++ 2022. Delve into various approaches, from naive implementations to advanced template meta-programming tricks and compiler intrinsics. Gain a deep understanding of C++20 features that enable modern variadic pack handling. Compare different solutions, considering compilation times and code readability. By the end of the session, acquire valuable insights into C++20 capabilities and effective strategies for managing variadic packs, enhancing your ability to work with this powerful language feature.
Overview
Syllabus
Nth pack element... - A case study - Kris Jusiak - Meeting C++ 2022
Taught by
Meeting Cpp