Beautiful Type Erasure with C++26 Reflection

Software Development, Programming Languages, C++26(ryanjk5.github.io)view on HackerNews
type erasureC++26reflectionrjk::duckvtablevtable dispatchperformanceduck typevtable_caller

Author: RyanJK5

Date: 7/14/2026

Article Summary:
An article about a C++26 library called rjk::duck that uses reflection to simplify type erasure, making it easier to use and more performant.