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
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera