Introduction

Find out what this section is all about below!

We'll cover the following...

C++17 adds a few wrapper types that make it possible to write more expressive code. In this chapter, you’ll see std::optional, which ...