16 lines
1.5 KiB
Markdown
16 lines
1.5 KiB
Markdown
# [Boost.Any](http://boost.org/libs/any)
|
|
Boost.Any is a part of the [Boost C++ Libraries](http://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://travis-ci.org/boostorg/any) [](https://ci.appveyor.com/project/apolukhin/any/branch/develop) | [](https://coveralls.io/r/boostorg/any?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/any.html)
|
|
Master branch: | [](https://travis-ci.org/boostorg/any) [](https://ci.appveyor.com/project/apolukhin/any/branch/master) | [](https://coveralls.io/r/boostorg/any?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/any.html)
|
|
|
|
|
|
[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=any)
|
|
|
|
### License
|
|
|
|
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
|