C++ 11 新增于 Boost 1.73.0
本次发布
依赖项
Boost.StaticString
分支 | Travis | Appveyor | Azure Pipelines | codecov.io | 文档 | 矩阵 |
---|---|---|---|---|---|---|
master |
||||||
develop |
介绍
该库提供了一个可动态调整大小的字符字符串,其容量在编译时固定,并且具有连续的嵌入式存储,字符直接放置在字符串对象本身中。其 API 非常接近 std::string
。
License
根据 Boost 软件许可证 1.0 版分发。(请参阅随附文件 LICENSE_1_0.txt 或访问 https://boost.ac.cn/LICENSE_1_0.txt)