mirror of
https://github.com/boostorg/any.git
synced 2026-01-19 16:12:09 +00:00
17 lines
1.6 KiB
Markdown
17 lines
1.6 KiB
Markdown
# [Boost.Any](https://boost.org/libs/any)
|
|
Boost.Any is a part of the [Boost C++ Libraries](https://github.com/boostorg). It is a safe, generic container for single values of different value types.
|
|
|
|
|
|
### Test results
|
|
@ | Build | Tests coverage | More info
|
|
----------------|-------------- | -------------- |-----------
|
|
Develop branch: | [](https://github.com/boostorg/any/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/any/branch/develop) | [](https://coveralls.io/r/boostorg/any?branch=develop) | [details...](https://regression.boost.io/develop/developer/any.html)
|
|
Master branch: | [](https://github.com/boostorg/any/actions/workflows/ci.yml) [](https://ci.appveyor.com/project/apolukhin/any/branch/master) | [](https://coveralls.io/r/boostorg/any?branch=master) | [details...](https://regression.boost.io/master/developer/any.html)
|
|
|
|
|
|
[Latest developer documentation](https://www.boost.org/doc/libs/develop/doc/html/any.html)
|
|
|
|
### License
|
|
|
|
Distributed under the [Boost Software License, Version 1.0](https://boost.org/LICENSE_1_0.txt).
|