Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 16,826 | 14,193 | ||
example/ | 12-May-2024 | - | 2,173 | 1,381 | ||
meta/ | 12-May-2024 | - | 16 | 15 | ||
perf/ | 12-May-2024 | - | 561 | 403 | ||
test/ | 12-May-2024 | - | 7,882 | 5,689 | ||
README.md | D | 12-May-2024 | 1.2 KiB | 11 | 8 | |
index.html | D | 12-May-2024 | 641 | 21 | 13 | |
test_results.svg | D | 12-May-2024 | 3 KiB | 26 | 26 |
README.md
1# Boost Multi-index Containers Library 2 3Branch | Travis | AppVeyor | Regression tests 4---------|--------|----------|----------------- 5develop | [](https://travis-ci.com/boostorg/multi_index) | [](https://ci.appveyor.com/project/joaquintides/multi-index) | [](https://www.boost.org/development/tests/develop/developer/multi_index.html) 6master | [](https://travis-ci.com/boostorg/multi_index) | [](https://ci.appveyor.com/project/joaquintides/multi-index) | [](https://www.boost.org/development/tests/master/developer/multi_index.html) 7 8[Boost.MultiIndex](http://boost.org/libs/multi_index) provides a class template 9named `multi_index_container` which enables the construction of containers 10maintaining one or more indices with different sorting and access semantics. 11