摘要: 1 enum class Type : int { 2 Undefined = 0, 3 Item1 = 1, 4 Item2 = 2, 5 Item3 = 3 6 }; 7 8 9 template <Type type = Type::Item3> 10 class XDevice; 11 12 阅读全文
posted @ 2025-04-09 17:10 禅元天道 阅读(11) 评论(0) 推荐(0)