Nth Pack Element: Efficient Access Techniques - A Case Study
Offered By: Meeting Cpp via YouTube
Course Description
Overview
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.
Syllabus
Nth pack element... - A case study - Kris Jusiak - Meeting C++ 2022
Taught by
Meeting Cpp
Related Courses
Vector-Dynamic Array - Making Data Structures in C++The Cherno via YouTube C++ Insights - See Your Source Code with the Eyes of a Compiler
NDC Conferences via YouTube C++ Insights - How Stuff Works, Lambdas and More
CppNow via YouTube Generative Programming in Action - Emulating the 3DS
CppNow via YouTube The Problem with Cutting Edge C++
CppNow via YouTube