Fun with Tuples
Offered By: CppNow via YouTube
Course Description
Overview
Explore the versatile world of std::tuple in C++ through this comprehensive conference talk. Gain a solid understanding of tuples, their functionality, and practical applications. Learn how tuples generalize std::pair, serve as both compile-time and run-time data structures, and compare to structs. Dive into advanced topics such as template meta-programming with tuples, using tuples as type lists, and leveraging tuples with variadic templates. Discover example uses, techniques, and motivations behind tuple implementation to enhance your C++ programming skills.
Syllabus
Marshall Clow: Fun with Tuples
Taught by
CppNow
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