Search⌘ K
AI Features

Introduction

Explore how to refactor legacy code by using std::optional and std::variant to make your C++17 code more expressive and compact. Understand the benefits and trade-offs at each step to enhance your code design and error handling.

We'll cover the following...

💡 Did you know?
std::variant and ...