https://github.com/boostorg/any
Boost.org any module
https://github.com/boostorg/any
any boost cpp libraries
Last synced: 12 months ago
JSON representation
Boost.org any module
- Host: GitHub
- URL: https://github.com/boostorg/any
- Owner: boostorg
- Created: 2013-01-13T15:59:03.000Z (about 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-15T16:57:49.000Z (about 1 year ago)
- Last Synced: 2025-04-02T07:07:45.290Z (12 months ago)
- Topics: any, boost, cpp, libraries
- Language: C++
- Homepage: https://boost.org/libs/any
- Size: 324 KB
- Stars: 33
- Watchers: 5
- Forks: 56
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [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://www.boost.org/development/tests/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://www.boost.org/development/tests/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).