C++ Type Erasure on the Stack - Part III
In Part I of this blog series, we covered how to convert our type name to a string, how to safely store type-erased objects, and how to handle trivial types (AnyTrivial). In Part II we covered how to manage type-erased storage of general types (AnyOb...
radiantsoftware.hashnode.dev16 min read