Tag

Ponder

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Feb 22, 2022 · Fundamentals

C++ Runtime Reflection Implementation Overview with Code Examples

The article explains how to implement a runtime reflection system for C++ using the Ponder library, detailing type registration, property and function metadata, builder-generated meta‑objects, type‑erasure wrappers like UserObject and Value, and runtime APIs for dynamic object creation and invocation.

CPonderTypeErasure
0 likes · 29 min read
C++ Runtime Reflection Implementation Overview with Code Examples