mirror of
https://github.com/boostorg/static_string.git
synced 2025-07-30 04:27:33 +02:00
Add link to docs
This commit is contained in:
committed by
GitHub
parent
e15336de60
commit
f09a0c0fc4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|
Branch | Travis | Appveyor | Azure Pipelines | codecov.io | Docs | Matrix |
|
||||||
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
|
:-------------: | ------ | -------- | --------------- | ---------- | ---- | ------ |
|
||||||
[`master`](https://github.com/vinniefalco/fixed_string/tree/master) | [](https://travis-ci.org/vinniefalco/fixed_string) | [](https://ci.appveyor.com/project/vinniefalco/fixed-string/branch/master) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/vinniefalco/fixed_string/branch/master) | [](http://www.boost.org/doc/libs/master/doc/html/fixed_string.html) | [](http://www.boost.org/development/tests/master/developer/fixed_string.html)
|
[`master`](https://github.com/vinniefalco/fixed_string/tree/master) | [](https://travis-ci.org/vinniefalco/fixed_string) | [](https://ci.appveyor.com/project/vinniefalco/fixed-string/branch/master) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/vinniefalco/fixed_string/branch/master) | [](https://18.github.io/doc/fixed_string) | [](http://www.boost.org/development/tests/master/developer/fixed_string.html)
|
||||||
[`develop`](https://github.com/vinniefalco/fixed_string/tree/develop) | [](https://travis-ci.org/vinniefalco/fixed_string) | [](https://ci.appveyor.com/project/vinniefalco/fixed-string/branch/develop) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/vinniefalco/fixed_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/fixed_string.html) | [](http://www.boost.org/development/tests/develop/developer/fixed_string.html)
|
[`develop`](https://github.com/vinniefalco/fixed_string/tree/develop) | [](https://travis-ci.org/vinniefalco/fixed_string) | [](https://ci.appveyor.com/project/vinniefalco/fixed-string/branch/develop) | [](https://dev.azure.com/vinniefalco/fixed-string/_build/latest?definitionId=6&branchName=master) | [](https://codecov.io/gh/vinniefalco/fixed_string/branch/develop) | [](http://www.boost.org/doc/libs/develop/doc/html/fixed_string.html) | [](http://www.boost.org/development/tests/develop/developer/fixed_string.html)
|
||||||
|
|
||||||
## This is currently **NOT** an official Boost library.
|
## This is currently **NOT** an official Boost library.
|
||||||
@ -14,6 +14,8 @@ compile-time fixed capacity and contiguous embedded storage in which the
|
|||||||
characters are placed within the string object itself. Its API closely
|
characters are placed within the string object itself. Its API closely
|
||||||
resembles that of `std::string`
|
resembles that of `std::string`
|
||||||
|
|
||||||
|
**[Documentation](https://18.github.io/doc/fixed_string/)**
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Distributed under the Boost Software License, Version 1.0.
|
Distributed under the Boost Software License, Version 1.0.
|
||||||
|
Reference in New Issue
Block a user