Explore various techniques for accessing the nth element of a variadic pack in this comprehensive conference talk from CppNow 2022. Delve into approaches ranging from naive implementations to advanced template meta-programming tricks and compiler intrinsics. Gain a deep understanding of C++20 features that enable new methods for handling variadic packs. Compare different solutions, considering compilation times and readability. By the end of the session, acquire enhanced knowledge of C++20 features and effective strategies for working with variadic packs in modern C++ development.
Overview
Syllabus
The Nth Element: A Case Study - Kris Jusiak - CppNow 2022
Taught by
CppNow