- Mastering C++ Programming
- Jeganathan Swaminathan
- 51字
- 2021-07-02 18:28:46
Key features in C++17
Let's explore the following C++17 key features one by one in the following sections:
- Easier nested namespace
- New rules for type detection from the braced initializer list
- Simplified static_assert
- std::invoke
- Structured binding
- The if and switch local-scoped variables
- Template type auto-detection for class templates
- Inline variables