Study note

C++ Move Semantics - The Complete Guide

Properties

Type
Books
Status
想读
Domain
Engineering
Category
C++ 与泛型编程
Source
goodreads.com
Vault note
library/books/engineering/C++-Move-Semantics---The-Complete-Guide-4bd7e40601a84c62.md

Summary

系统讲 C++11 引入的 move semantics,从动机、术语、隐式/显式使用、corner cases、moved-from 状态、`std::move`、右值引用、`noexcept`、value categories 到 perfect forwarding 和标准库中的移动语义。

Highlights

重点是实践应用和陷阱处理,适合已经使用现代 C++ 但对 move semantics 细节、风格建议和泛型代码影响仍不踏实的读者。

Notes

Nicolai M. Josuttis。

Comments

Loading comments...