在模板类中使用字符串作为无类型模板参数 template<class Item_type, const char xml_root_name[]> class CConfigItemList{ public: CConfigItemList(){ m_xml_root_name = xml_root_name; } ... Other 2023-12-26 122 点赞 1 评论 184 浏览