C++ Type Erasure on the Stack - Part I
Type erasure is where the type of an object is hidden so that the object can be utilized in a type-independent manner. Type erasure is extremely useful in several scenarios, including heterogeneous containers (containers that store objects of differe...
radiantsoftware.hashnode.dev11 min read