2019-12-15 20:03:49 -05:00
|
|
|
# Boost.StaticString
|
2019-09-09 13:56:14 -07:00
|
|
|
|
|
|
|
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|
|
|
|
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
|
2020-03-02 16:49:36 -05:00
|
|
|
[`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)
|
|
|
|
[`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)
|
2019-09-22 07:50:40 -07:00
|
|
|
|
|
|
|
## Introduction
|
|
|
|
|
|
|
|
This library provides a dynamically resizable string of characters with
|
|
|
|
compile-time fixed capacity and contiguous embedded storage in which the
|
|
|
|
characters are placed within the string object itself. Its API closely
|
2019-12-15 20:03:33 -05:00
|
|
|
resembles that of `std::string`.
|
2019-09-22 07:50:40 -07:00
|
|
|
|
2020-03-02 16:49:36 -05:00
|
|
|
**[Documentation](http://www.boost.org/doc/libs/release/libs/static_string)**
|
2019-11-12 19:12:24 -05:00
|
|
|
|
2019-09-22 07:50:40 -07:00
|
|
|
## License
|
|
|
|
|
|
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
|
|
(See accompanying file [LICENSE_1_0.txt](LICENSE_1_0.txt) or copy at
|
|
|
|
https://www.boost.org/LICENSE_1_0.txt)
|