Understanding &&
Offered By: CppNow via YouTube
Course Description
Overview
Dive into Scott Schurr's comprehensive C++Now 2014 conference talk exploring the intricacies of rvalue references in C++. Learn about move semantics, perfect forwarding, and the nuances of && in modern C++ programming. Gain insights into optimizing code performance and resource management through practical examples and in-depth explanations. Enhance your understanding of this crucial C++11 feature and its impact on efficient programming practices.
Syllabus
Understanding &&
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube