The Nth Element - A Case Study
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
The Nth Element: A Case Study - Kris Jusiak - CppNow 2022
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube