You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Extend TypeInfo to store and expose base class chain
- Modified TypeInfo::Create<T>() to compute and store the full base type chain
using compute_base_chain and to_type_index_vector.
- Added a new constructor to TypeInfo to accept a base_chain vector.
- Introduced baseChain() accessor and isConvertibleFrom() helper.
- Enables runtime introspection and safe type conversions across the base chain.
0 commit comments