Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 1,045 | 758 | ||
examples/ | 12-May-2024 | - | 898 | 403 | ||
meta/ | 12-May-2024 | - | 15 | 14 | ||
patched/ | 12-May-2024 | - | 346 | 316 | ||
test/ | 12-May-2024 | - | 1,312 | 901 | ||
CMakeLists.txt | D | 12-May-2024 | 803 | 27 | 22 | |
README.md | D | 12-May-2024 | 1.7 KiB | 19 | 11 | |
index.html | D | 12-May-2024 | 730 | 36 | 27 |
README.md
1# [Boost.TypeIndex](http://boost.org/libs/type_index) 2Boost.TypeIndex is a part of the [Boost C++ Libraries](http://github.com/boostorg). It is a runtime/compile time copyable type info. 3 4### Test results 5 6@ | Build | Tests coverage | More info 7----------------|-------------- | -------------- |----------- 8Develop branch: | [![Build Status](https://travis-ci.org/apolukhin/type_index.svg?branch=develop)](https://travis-ci.org/apolukhin/type_index) [![Build status](https://ci.appveyor.com/api/projects/status/197a5imq10dqx6r8/branch/develop?svg=true)](https://ci.appveyor.com/project/apolukhin/type-index/branch/develop) | [![Coverage Status](https://coveralls.io/repos/apolukhin/type_index/badge.png?branch=develop)](https://coveralls.io/r/apolukhin/type_index?branch=develop) | [details...](http://www.boost.org/development/tests/develop/developer/type_index.html) 9Master branch: | [![Build Status](https://travis-ci.org/apolukhin/type_index.svg?branch=master)](https://travis-ci.org/apolukhin/type_index) [![Build status](https://ci.appveyor.com/api/projects/status/197a5imq10dqx6r8/branch/master?svg=true)](https://ci.appveyor.com/project/apolukhin/type-index/branch/master) | [![Coverage Status](https://coveralls.io/repos/apolukhin/type_index/badge.png?branch=master)](https://coveralls.io/r/apolukhin/type_index?branch=master) | [details...](http://www.boost.org/development/tests/master/developer/type_index.html) 10 11 12[Open Issues](https://svn.boost.org/trac/boost/query?status=!closed&component=type_index) 13 14[Latest developer documentation](http://boostorg.github.com/type_index/index.html) 15 16### License 17 18Distributed under the [Boost Software License, Version 1.0](http://boost.org/LICENSE_1_0.txt). 19