Effective modern C++ 42 specific ways to improve your use of C++11 and C++14

"Coming to grips with C++11 and C++14 is more than a matter of familiarizing yourself with the features they introduce (e.g., auto type declarations, move semantics, lambda expressions, and concurrency support). The challenge is learning to use those features effectively -- so that your softwar...

Full description

Bibliographic Details
Main Author: Meyers, Scott
Format: eBook
Language:English
Published: Sebastopol, CA O'Reilly Media 2014
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
Table of Contents:
  • Deducing types
  • auto
  • Moving to Modern C++
  • Smart pointers
  • Rvalue references, move semantics, and perfect forwarding
  • Lambda expressions
  • The concurrency API
  • Tweaks