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
Intro to Computer ScienceUniversity of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Analytic Combinatorics, Part I
Princeton University via Coursera Algorithms, Part I
Princeton University via Coursera Algorithms, Part II
Princeton University via Coursera