Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 42,849 | 40,357 | ||
meta/ | 12-May-2024 | - | 17 | 16 | ||
test/ | 12-May-2024 | - | 7,888 | 7,299 | ||
tools/ | 12-May-2024 | - | 65 | 29 | ||
CHANGELOG.md | D | 12-May-2024 | 81 | 2 | 1 | |
CMakeLists.txt | D | 12-May-2024 | 4.9 KiB | 153 | 116 | |
Jamfile | D | 12-May-2024 | 316 | 11 | 9 | |
LICENSE_1_0.txt | D | 12-May-2024 | 1.3 KiB | 24 | 20 | |
README.md | D | 12-May-2024 | 2.7 KiB | 22 | 15 | |
index.html | D | 12-May-2024 | 770 | 23 | 22 |
README.md
1# Boost.StaticString 2 3Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix | 4:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ | 5[`master`](https://github.com/boostorg/static_string/tree/master) | [](https://travis-ci.org/boostorg/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/master) | [](https://krystiands.visualstudio.com/static_string/_build/latest?definitionId=3&branchName=master) | [](https://codecov.io/gh/boostorg/static_string/branch/master) | [](http://www.boost.org/doc/libs/release/libs/static_string) | [](http://www.boost.org/development/tests/master/developer/static_string.html) 6[`develop`](https://github.com/boostorg/static_string/tree/develop) | [](https://travis-ci.org/boostorg/static_string) | [](https://ci.appveyor.com/project/sdkrystian/static-string/branch/develop) | [](https://krystiands.visualstudio.com/static_string/_build/latest?definitionId=3&branchName=develop) | [](https://codecov.io/gh/boostorg/static_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/libs/static_string) | [](http://www.boost.org/development/tests/develop/developer/static_string.html) 7 8## Introduction 9 10This library provides a dynamically resizable string of characters with 11compile-time fixed capacity and contiguous embedded storage in which the 12characters are placed within the string object itself. Its API closely 13resembles that of `std::string`. 14 15**[Documentation](http://www.boost.org/doc/libs/release/libs/static_string)** 16 17## License 18 19Distributed under the Boost Software License, Version 1.0. 20(See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at 21https://www.boost.org/LICENSE_1_0.txt) 22