...

/

With std::optional

With std::optional

The lesson shows why std::optional is the right choice for nullable types.

How to Refactor using std::optional?

From the std::optional chapter:

std::optional is a wrapper ...