gitextract_gk0voegg/ ├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── docs/ │ ├── 01_deducing_types.md │ ├── 02_auto.md │ ├── 03_moving_to_modern_cpp.md │ ├── 04_smart_pointers.md │ ├── 05_rvalue_references_move_semantics_and_perfect_forwarding.md │ ├── 06_lambda_expressions.md │ ├── 07_the_concurrency_api.md │ ├── 08_tweaks.md │ ├── _config.yml │ └── index.md └── src/ ├── aligned_new.cpp ├── concatenation.cpp ├── print_special_formatting.cpp └── random_sequence.cpp