Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
.drone/ | 25-Apr-2025 | - | 106 | 72 | ||
doc/ | 25-Apr-2025 | - | 607 | 494 | ||
include/boost/ | 25-Apr-2025 | - | 343 | 253 | ||
meta/ | 25-Apr-2025 | - | 17 | 16 | ||
test/ | 25-Apr-2025 | - | 1,288 | 942 | ||
.drone.star | D | 25-Apr-2025 | 2.6 KiB | 26 | 22 | |
.gitattributes | D | 25-Apr-2025 | 3.8 KiB | 97 | 91 | |
.travis.yml | D | 25-Apr-2025 | 7.5 KiB | 160 | 100 | |
CMakeLists.txt | D | 25-Apr-2025 | 726 | 27 | 20 | |
README.md | D | 25-Apr-2025 | 1.5 KiB | 16 | 10 |
README.md
1# [Boost.Any](http://boost.org/libs/any) 2Boost.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. 3 4### Test results 5@ | Build | Tests coverage | More info 6----------------|-------------- | -------------- |----------- 7Develop 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) 8Master 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) 9 10 11[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=any) 12 13### License 14 15Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 16