Introduction

The intro to std::any elaborates why and how it is used(explained in later modules)!

We'll cover the following...

Why use std::any?

With std::optional you can represent a regular Type values or mark it as empty. With ...