@whoff

0 Followers
7 Following
1 Posts

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

GitHub - williamhaarhoff/archetype: Type-erased, concept-driven interfaces in C++11

Type-erased, concept-driven interfaces in C++11. Contribute to williamhaarhoff/archetype development by creating an account on GitHub.

GitHub