Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

To Move or Not to Move - Analyzing Move Semantics in C++

Meeting Cpp via YouTube

Overview

Explore move semantics in C++ through an interactive conference talk from Meeting C++ 2022. Analyze various cases to determine when to use std::move, understanding its impact on performance and potential bugs. Dive into the motivation behind move semantics, examine alternatives, and learn the proper implementation techniques. Participate in code reviews and gain insights into common pitfalls and best practices. Discover how to make informed decisions about move operations, ensuring optimal performance and bug-free code in your C++ projects.

Syllabus

Intro
The motivation for Move Semantics
What is being called?
Alternatives
What's wrong here?
The proper way - option 2
Implementing move forgetting noexcept
Summary (2)

Taught by

Meeting Cpp

Reviews

Start your review of To Move or Not to Move - Analyzing Move Semantics in C++

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.