page-fault

Books

Effective Modern C++ (Scott Meyers)

  1. Deducing Types
  2. auto
  3. Moving to Modern C++
  4. Smart Pointers
  5. Rvalue References, Move Semantics, and Perfect Forwarding
  6. Lambda Expressions
  7. The Concurrency API
  8. Tweaks

C++17 in Detail (Bartłomiej Filipek)

  1. Removed or Fixed Language Features
  2. Language Clarification
  3. General Language Features
  4. Templates
  5. Attributes
  6. optional
  7. variant
  8. any
  9. string_view
  10. String Conversion
  11. Searchers & String Matching
  12. Filesystem