组件契约:concept + static_assert + 编译期测试 Concept 定义接口,static_assert 守住底线,编译期测试在 CI 上拦住回归。三者组合起来,就是一个组件的自我说明文档。