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.
Overview
Syllabus
Marshall Clow: Fun with Tuples
Taught by
CppNow