# const_string **Repository Path**: jaf/const_string ## Basic Information - **Project Name**: const_string - **Description**: 编译器执行的字符串,实现了字符串的拼接、子字符串截取等功能 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-11 - **Last Updated**: 2025-05-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README C++编译期字符串 MIT 许可 编译环境:cmake组织的C++代码。目前在windows平台下vs2022编译器和linux平台下的GCC 13.2.0编译测试通过。ISO C++20 标准。 主要特点: 1.实现编译期字符串的拼接、提取子字符串等功能 2.可以将字符串作为模版参数