Summary
This episode presents a concise overview of the most important features in C++17. Jason highlights guaranteed copy elision, constexpr additions to the standard library, std::string_view, class template argument deduction, fold expressions, structured bindings, and if-init expressions. These features collectively represent significant quality-of-life improvements that simplify code, enhance compile-time computation capabilities, and reduce runtime overhead.
Related C++ Standard Sections
This episode covers topics found in these sections of the C++ standard:
-
[basic.string]40% match