718 B
718 B
Structive Property Core
Core 是 Structive 的 C++20 header-only 结构描述与 managed-property 核心层。
它提供 Type_Descriptor<T>、Object_Schema、member/computed property descriptor、统一 Attribute 协议、显式 constraint/validation、access capability view、synchronization plan/guard、typed traversal,以及 type-erased runtime access。
Core 的基本原则是:注册后的 property 仍然是普通 C++ 成员。Structive 增加受管理结构层,但不替代原生对象模型。
完整文档: