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
Introducing Functional Programming in C++LinkedIn Learning The C++ Type System is Your Friend
NDC Conferences via YouTube Joyful Polyglot - Beautiful Insights from Many Languages
Ruby Central via YouTube Circle Metaprogramming - Better Features Make Better Libraries
CppNow via YouTube Taking Template Classes Further with Opaque Types & Generic NTTPs
CppNow via YouTube