Fun with Type Erasure: Implementing a Value Wrapper for Polymorphic Types
The goal of this talk is to get you familiar and comfortable with the ins and outs of a basic implementation of type erasure in C++.
Using an implementation of a value wrapper for polymorphic types as an example, we'll examine how type erasure works that is similar to `std::any`.