Files
Structive/core/README.zh-CN.md
T
2026-08-07 17:50:04 +08:00

10 lines
587 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Structive Property Core
`structive::property_core` 描述 Property 自身的固有结构,并提供 managed read/write、synchronization、traversal、validation metadata 和 type-erased runtime access。
Core 完全没有访问控制 mode。Property 只报告自身 intrinsic `readable` / `writable`;外部系统自己拥有 exposure 与 authorization policy。
Stored `read_only` Property 不分配 lock slot、不贡献 mutexmanaged read 直接走 no-lock fast path。
详见 [Core 完整指南](../docs/CORE_GUIDE.zh-CN.md) 与 [设计理念](../docs/DESIGN.zh-CN.md)。