├── 14 Cpp Features in 40 Minutes.pptx ├── Little Things Time Budget.xlsx ├── Parallel Sort Times.xlsx ├── Standard Library Little Things.pptx ├── Time Budget.xlsx ├── clamp.cpp ├── contains.cpp ├── evaluation_order_map.cpp ├── evaluation_order_string.cpp ├── exchange_use_after.cpp ├── exchange_use_before.cpp ├── merging_sets.cpp ├── nodiscard.cpp ├── parallel_sort.cpp ├── parallel_sort.exe ├── parallel_sort.obj ├── scoped_lock.cpp ├── selection_statements.cpp ├── selection_statements_real_world.cpp ├── selection_statements_sugar.cpp ├── starts_with.cpp ├── string_view.cpp ├── structured_bindings_after.cpp ├── structured_bindings_before.cpp ├── structured_bindings_real_world.cpp ├── transparent_associative.cpp └── transparent_hash.cpp /14 Cpp Features in 40 Minutes.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/14 Cpp Features in 40 Minutes.pptx -------------------------------------------------------------------------------- /Little Things Time Budget.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/Little Things Time Budget.xlsx -------------------------------------------------------------------------------- /Parallel Sort Times.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/Parallel Sort Times.xlsx -------------------------------------------------------------------------------- /Standard Library Little Things.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/Standard Library Little Things.pptx -------------------------------------------------------------------------------- /Time Budget.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/Time Budget.xlsx -------------------------------------------------------------------------------- /clamp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/clamp.cpp -------------------------------------------------------------------------------- /contains.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/contains.cpp -------------------------------------------------------------------------------- /evaluation_order_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/evaluation_order_map.cpp -------------------------------------------------------------------------------- /evaluation_order_string.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/evaluation_order_string.cpp -------------------------------------------------------------------------------- /exchange_use_after.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/exchange_use_after.cpp -------------------------------------------------------------------------------- /exchange_use_before.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/exchange_use_before.cpp -------------------------------------------------------------------------------- /merging_sets.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/merging_sets.cpp -------------------------------------------------------------------------------- /nodiscard.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/nodiscard.cpp -------------------------------------------------------------------------------- /parallel_sort.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/parallel_sort.cpp -------------------------------------------------------------------------------- /parallel_sort.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/parallel_sort.exe -------------------------------------------------------------------------------- /parallel_sort.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/parallel_sort.obj -------------------------------------------------------------------------------- /scoped_lock.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/scoped_lock.cpp -------------------------------------------------------------------------------- /selection_statements.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/selection_statements.cpp -------------------------------------------------------------------------------- /selection_statements_real_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/selection_statements_real_world.cpp -------------------------------------------------------------------------------- /selection_statements_sugar.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/selection_statements_sugar.cpp -------------------------------------------------------------------------------- /starts_with.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/starts_with.cpp -------------------------------------------------------------------------------- /string_view.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/string_view.cpp -------------------------------------------------------------------------------- /structured_bindings_after.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/structured_bindings_after.cpp -------------------------------------------------------------------------------- /structured_bindings_before.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/structured_bindings_before.cpp -------------------------------------------------------------------------------- /structured_bindings_real_world.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/structured_bindings_real_world.cpp -------------------------------------------------------------------------------- /transparent_associative.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/transparent_associative.cpp -------------------------------------------------------------------------------- /transparent_hash.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/BillyONeal/14_cpp_features_in_40_minutes/HEAD/transparent_hash.cpp --------------------------------------------------------------------------------