Let’s take a problem that can only be solved with Reflection and compare what the solution would look like between:
- the C++26 value-based model
- the Reflection Technical Specification (TS)’s type-based model
You must log in or # to comment.
Let’s take a problem that can only be solved with Reflection and compare what the solution would look like between: