...
With std::optional
The lesson shows why std::optional is the right choice for nullable types.
From the std::optional chapter:
std::optional
std::optional is a wrapper ...