Universal/Forwarding References in C++ - From C++11 to C++20
Offered By: Meeting Cpp via YouTube
Course Description
Overview
Dive into the intricacies of universal/forwarding references in C++ with this comprehensive conference talk from Meeting C++ 2022. Explore how T&&, auto&&, and decltype(auto) have evolved from their introduction in C++11 to become key features in various C++ programming scenarios. Learn about their initial purpose for perfect forwarding of move semantics and their expanded role in implementing range-based for loops. Discover the importance of universal references in C++20 for writing generic code that works seamlessly with both containers and views. Gain valuable insights from expert Nicolai Josuttis as he provides a detailed examination of these powerful language features, equipping you with the knowledge to leverage them effectively in your C++ projects.
Syllabus
Universal/Forwarding References - Nicolai Josuttis - Meeting C++ 2022
Taught by
Meeting Cpp
Related Courses
Advanced Java ProgrammingUdemy Scala Type Classes and Parameterization
Pluralsight Random Variables as Types - Lecture 11
The Julia Programming Language via YouTube Hands-on With Dynamic Dispatch Traits in Rust - Rust Tutorial for Developers
Trevor Sullivan via YouTube IEnumerable and IEnumerator Interfaces in C#
tutorialsEU via YouTube