Introduction

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

Why use std::any?

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