From Jason Turner
Watch on YouTube

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.

Resources

Tags