Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 4,645 | 3,646 | ||
meta/ | 12-May-2024 | - | 18 | 17 | ||
perf/ | 12-May-2024 | - | 267 | 204 | ||
test/ | 12-May-2024 | - | 5,461 | 3,766 | ||
CMakeLists.txt | D | 12-May-2024 | 958 | 34 | 29 | |
README.md | D | 12-May-2024 | 1.7 KiB | 17 | 10 | |
index.html | D | 12-May-2024 | 231 | 10 | 9 |
README.md
1# [Boost.Variant](http://boost.org/libs/variant) 2Boost.Variant, part of collection of the [Boost C++ Libraries](http://github.com/boostorg). It is a safe, generic, stack-based discriminated union container, offering a simple solution for manipulating an object from a heterogeneous set of types in a uniform manner. 3 4### Test results 5 6@ | Build | Tests coverage | More info 7----------------|-------------- | -------------- |----------- 8Develop branch: | [![Build Status](https://travis-ci.org/boostorg/variant.svg?branch=develop)](https://travis-ci.org/boostorg/variant) [![Build status](https://ci.appveyor.com/api/projects/status/bijfdoy7byfgc6e2/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/variant-ykfti/branch/develop) | [![Coverage Status](https://coveralls.io/repos/boostorg/variant/badge.png?branch=develop)](https://coveralls.io/r/apolukhin/variant?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/variant.html) 9Master branch: | [![Build Status](https://travis-ci.org/boostorg/variant.svg?branch=master)](https://travis-ci.org/boostorg/variant) [![Build status](https://ci.appveyor.com/api/projects/status/bijfdoy7byfgc6e2/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/variant-ykfti/branch/master) | [![Coverage Status](https://coveralls.io/repos/boostorg/variant/badge.png?branch=master)](https://coveralls.io/r/apolukhin/variant?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/variant.html) 10 11 12[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=variant) 13 14### License 15 16Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 17