I built Archetype, a C++11 header-only library that gives you type-erased views over any object implementing a given interface — all verified with SFINAE at compile time.
Useful for embedded, plugin architectures, and clean modular APIs.
📦 https://github.com/williamhaarhoff/archetype
#cplusplus #cpp11 #typeerasure #embedded #headeronly #opensource