C++ Type Erasure on the Stack - Part II
In Part I of this blog series, we covered how to get a string with our type name, how to safely store type-erased objects, and how to handle trivial types. Now we'll cover how to handle type-erased storage of general types (AnyObject): ones whose cop...
radiantsoftware.hashnode.dev10 min read