C++ Move Semantics – The Complete Guide

C++ Move Semantics - The Complete Guide
出版时间:2022.4
官网链接:Leanpub
下载地址:百度网盘(PDF+EPUB)

内容简介:

Move semantics, introduced with C++11, has become a hallmark of modern C++ programming. However, it also complicates the language in many ways. After several years of support of move semantics experienced programmers struggle with all the details of move semantics. Even for trivial classes, style guides give conflicting or inappropriate advice on how to benefit from move semantics. Time to explain all aspects of C++ move semantics in detail.

This book teaches C++ move semantics. Starting from the basic principles, it motivates and explains all the corner cases of move semantics so that as a programmer, you can use move semantics correctly. The book is valuable for those who are just starting to learn about move semantics and is essential for those who are using it already.

You will learn:

  • The motivation for and terminology of move semantics
  • How and why you benefit implicitly from move semantics
  • How to benefit explicitly from move semantics
  • All the traps involved in move semantics and how to deal with them
  • All the consequences of move semantics for your programming style

As usual for books by Nicolai Josuttis, the focus lies on the application of the described features in practice. Compelling examples and useful background information help to understand and improve code, from trivial classes up to generic foundation libraries and frameworks.

给TA买糖
共{{data.count}}人
人已赞赏
电子书

Data Quality Engineering in Financial Services

2022-11-3 0:59:07

电子书

RESTful Web API Patterns and Practices Cookbook

2022-11-3 18:53:00

搜索