Summary

Let's summarise the chapter.

We'll cover the following...

All Attributes available in C++17

Attribute Description
[[noreturn]] a function does not return to the caller
[[carries_dependency]] extra information about dependency chains
...