https://github.com/boostorg/static_string
A fixed capacity dynamically sized string
https://github.com/boostorg/static_string
boost cplusplus embedded string
Last synced: 9 months ago
JSON representation
A fixed capacity dynamically sized string
- Host: GitHub
- URL: https://github.com/boostorg/static_string
- Owner: boostorg
- License: bsl-1.0
- Created: 2019-10-14T00:32:38.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-15T16:57:49.000Z (10 months ago)
- Last Synced: 2025-04-02T06:11:14.634Z (9 months ago)
- Topics: boost, cplusplus, embedded, string
- Language: C++
- Homepage: http://boost.org/libs/static_string
- Size: 625 KB
- Stars: 64
- Watchers: 9
- Forks: 29
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE_1_0.txt
Awesome Lists containing this project
README
# Boost.StaticString
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
[`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)
## 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
resembles that of `std::string`.
**[Documentation](http://www.boost.org/doc/libs/release/libs/static_string)**
## 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)