std::optional

std::optional is very convenient when the value of our object can be null or empty.

We'll cover the following...

std::optional is quite comfortable for calculations such as database queries that may have a result.

🔑 Don’t use no-results
Before ...

Access this course and 1400+ top-rated courses and projects.