mirror of https://gitee.com/bigwinds/arangodb
17 lines
1.4 KiB
Markdown
17 lines
1.4 KiB
Markdown
#[Boost.Variant](http://boost.org/libs/variant)
|
|
Boost.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.
|
|
|
|
### Test results
|
|
|
|
@ | Build | Tests coverage | More info
|
|
----------------|-------------- | -------------- |-----------
|
|
Develop branch: | [](https://travis-ci.org/apolukhin/variant) | [](https://coveralls.io/r/apolukhin/variant?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/variant.html)
|
|
Master branch: | [](https://travis-ci.org/apolukhin/variant) | [](https://coveralls.io/r/apolukhin/variant?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/variant.html)
|
|
|
|
|
|
[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=variant)
|
|
|
|
### License
|
|
|
|
Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt).
|